Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeff Balicki
/
FP_Canada
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
cdf9f69e
authored
2022-02-18 11:48:14 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
eee
1 parent
6c3030ca
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
wp-content/themes/understrap-child/404.php
wp-content/themes/understrap-child/404.php
View file @
cdf9f69
...
...
@@ -232,12 +232,19 @@ $container = get_theme_mod( 'understrap_container_type' );
<div
class=
"col-md-12 content-area"
>
<div
class=
"header-text"
>
<h1>
Oops! That page can’t be found.
</h1>
<h2><a
href=
"
<?php
echo
home_url
();
?>
"
>
Return to Home Page
</a></h2>
</div>
</div>
</div>
</div>
</div>
<style>
a
{
color
:
#fff
;
}
a
:hover
{
color
:
#012169
;
}
.site
{
background-color
:
#012169
;
}
...
...
Please
register
or
sign in
to post a comment