Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #553602

    can i change the background color of the Title Bar

    #553638

    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

    #553849

    thanks it works, and how can change the font color on the title bar?

    #553853

    Hey!

    Please add following code to Quick CSS as well

    .title_container * { color: white !important; }

    Best regards,
    Yigit

    #553894

    thanks yigit, it works well for me

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘can i change the background color of the Title Bar’ is closed to new replies.