Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1245035
    thrivewithfiona
    Participant

    Hi, The Church Theme is a good base for a site I am building.

    On the KIDZONE page, you have it set as default and it has a beige header with Page title, can you tell me how to change the colours so the default page is in line with my colours?

    http://head-strong.com/kidzone/

    I hope that is clear….. Thanks Fiona

    #1245502
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To change the colors of the beige header with the page title, please find this block in your customizer;

    /*
    // Landmark header.
    */
    
    .x-header-landmark {
      padding: 45px 0;
      border-color: #e4e1d0;
      background-color: #e4e1d0;
    }

    You will need to replace the color from beige to white. Perhaps you can make use of this code instead:

    /*
    // Landmark header.
    */
    
    .x-header-landmark {
      padding: 45px 0;
      border-color: #fff;
      background-color: #fff;
    }

    Hope this helps.

    #1245885
    thrivewithfiona
    Participant

    Brilliant thank you x

    #1245941
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1245035 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>