Skip to content

Commit

Permalink
Update custom css
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimp2t committed Aug 30, 2017
1 parent bbd9c71 commit 57390ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/template-tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ function onepress_custom_inline_style( ) {
$header_bg_color = get_theme_mod( 'onepress_header_bg_color' );
if ( $header_bg_color ) {
?>
.site-header {
.site-header, .no-sticky-header.no-header-transparent .site-header {
background: #<?php echo $header_bg_color; ?>;
border-bottom: 0px none;
}
Expand Down

0 comments on commit 57390ed

Please sign in to comment.