Background color for header and sidebar doesn't render
-
I must hack customizer.php in order to correctly render the header background color on small screens and the sidebar background color on wide screens:
/* Sidebar Background Color */
body:before,
.site-header {
background-color: {$colors[‘header_background_color’]} !important;
}@media screen and (min-width: 59.6875em) {
/* Make sure its transparent on desktop */
.site-header,
.secondary {
background-color: transparent !important;
}Tested in firefox, opera, chromium and safari browsers
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Background color for header and sidebar doesn't render’ is closed to new replies.