Skip to content

Commit 39ca7dd

Browse files
committed
debug
1 parent dc5e550 commit 39ca7dd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

function-definitions.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,13 @@ function multiloquent_register_and_generate_custom_control($setting_type, $setti
114114
*/
115115
function multiloquent_customize_css()
116116
{
117-
117+
echo '<style type="text/css">';
118+
if (! empty(get_theme_mod('mulitloquent_navbar'))) {
119+
echo '.navbar-default,.navbar-default .navbar-brand,.navbar-form,.jumbotron,.well,.breadcrumb,.comments, .navbar-default a:hover { ';
120+
echo 'background: ' . esc_attr(get_theme_mod('mulitloquent_navbar')) . '!important;';
121+
}
122+
123+
echo '</style>';
118124
}
119125

120126
/**

0 commit comments

Comments
 (0)