can i change the background color of the Title Bar
Hey paulchiao!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.title_container {
background: orange !important;
}
Best regards,
Yigit
thanks it works, and how can change the font color on the title bar?
Hey!
Please add following code to Quick CSS as well
.title_container * { color: white !important; }
Best regards,
Yigit
thanks yigit, it works well for me