Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #195807

    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.

    #196159

    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

    #230117

    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?

    #230119

    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

    #230122

    Thank you very much. that worked like a charm. Best theme on the market and best support I have ever seen.

    #230126

    Hey!

    You are welcome, glad we could help :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Title Bar and Breadcrumbs background color’ is closed to new replies.