Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #875901

    johnghng
    Participant

    I am using ethos stack and cannot figure out how to change the page title background color

    http://hgiclaimsolutions.com/

    all of the pages have the title in white, but is barely readable with the light grey background. Where do I go to change that color?

    #876254

    Paul R
    Moderator

    Hi,

    You can add this under Custom > CSS in the Customizer.

    
    .x-header-landmark.x-container.max.width {
            max-width: 100%;
            width:100%;
            background-color:red;
    }
    
    .x-header-landmark .h-landmark.entry-title {
            max-width:1200px;
            width:88%;
            margin:0 auto;
    }
    

    Change red with the color that you like.

    Hope that helps.

    #876650

    johnghng
    Participant

    that did it
    thank you!

    #876834

    Prasant Rai
    Moderator

    You are most welcome. 🙂