Skip to content

Commit fabb1b0

Browse files
committed
fix
1 parent 76be81a commit fabb1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/customizer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ function theme_customize_css()
496496
<?php endif; ?>
497497
}
498498
header nav .mobile span {
499-
background: <?php echo get_theme_mod("or_header_design_bgcolor"); ?>;
499+
background: <?php echo get_theme_mod("or_header_design_color"); ?>;
500500
}
501501
footer.footer {
502502
<?php if (get_theme_mod("or_footer_design_bgcolor")): ?>

0 commit comments

Comments
 (0)