Tagged: background, CSS, title bar
Have edited custom CSS as suggested elsewhere in the forums:
.alternate_color.title_container {
background-color: #38322d !important;
}
However, the CSS for the alternate content somehow supercedes this.
Hey bkheld!
Please add following code to Quick CSS
.stretch_full.container_wrap.alternate_color.light_bg_color.title_container {
background: #38322d !important;
}
Best regards,
Yigit
Resolved! Thanks.