eee
Showing
1 changed file
with
16 additions
and
1 deletions
| ... | @@ -238,8 +238,23 @@ $container = get_theme_mod( 'understrap_container_type' ); | ... | @@ -238,8 +238,23 @@ $container = get_theme_mod( 'understrap_container_type' ); |
| 238 | </div> | 238 | </div> |
| 239 | </div> | 239 | </div> |
| 240 | <style> | 240 | <style> |
| 241 | .site{ | ||
| 242 | background-color: #012169; | ||
| 243 | } | ||
| 241 | .custom-logo-link{ | 244 | .custom-logo-link{ |
| 242 | display:none; | 245 | display:none; |
| 246 | } | ||
| 247 | @media (max-width: 768px){ | ||
| 248 | .header-image { | ||
| 249 | top: 1px!important; | ||
| 250 | position: relative; | ||
| 251 | max-height: 500px; | ||
| 252 | min-height: 500px; | ||
| 253 | } | ||
| 254 | .header-image .header-text .h1, .header-image .header-text h1 { | ||
| 255 | display: block !important; | ||
| 256 | color:#fff !important; | ||
| 257 | } | ||
| 243 | } | 258 | } |
| 244 | </style> | 259 | </style> |
| 245 | <?php | 260 | <?php | ... | ... |
-
Please register or sign in to post a comment