eee
Showing
1 changed file
with
7 additions
and
0 deletions
| ... | @@ -232,12 +232,19 @@ $container = get_theme_mod( 'understrap_container_type' ); | ... | @@ -232,12 +232,19 @@ $container = get_theme_mod( 'understrap_container_type' ); |
| 232 | <div class="col-md-12 content-area"> | 232 | <div class="col-md-12 content-area"> |
| 233 | <div class="header-text"> | 233 | <div class="header-text"> |
| 234 | <h1>Oops! That page can’t be found.</h1> | 234 | <h1>Oops! That page can’t be found.</h1> |
| 235 | <h2><a href="<?php echo home_url(); ?>">Return to Home Page</a></h2> | ||
| 235 | </div> | 236 | </div> |
| 236 | </div> | 237 | </div> |
| 237 | </div> | 238 | </div> |
| 238 | </div> | 239 | </div> |
| 239 | </div> | 240 | </div> |
| 240 | <style> | 241 | <style> |
| 242 | a{ | ||
| 243 | color:#fff; | ||
| 244 | } | ||
| 245 | a:hover{ | ||
| 246 | color:#012169; | ||
| 247 | } | ||
| 241 | .site{ | 248 | .site{ |
| 242 | background-color: #012169; | 249 | background-color: #012169; |
| 243 | } | 250 | } | ... | ... |
-
Please register or sign in to post a comment