I have searched the theme and searched the forum without any luck. What I want should be simple:
1. Adjust the background color of the title bar.
2. Adjust the font color of Page Titles and breadcrumbs.
Any help is appreciated.
Hey spatton!
Please add following code to Quick CSS in Enfold theme options under Styling and adjust it
.title_container { background-color: red!important; }
#top .alternate_color.title_container .main-title a { color: white; }
Cheers!
Yigit
It is quite strange. This works great for one of my public sites. But I got the theme for a private site and the same CSS turns the title white while leaving the breadcrumbs dark. Any ideas?
Hey!
Please try adding following code to Quick CSS and adjust as needed
.breadcrumb-trail * { color: red!important; }
If that does not work, please post the link to your website
Best regards,
Yigit
Thank you very much. that worked like a charm. Best theme on the market and best support I have ever seen.