Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #986802
    boutiquetheatre
    Participant

    Hello,

    I would really like to know how i can change the colour of the title bar ” blog ” as seen here:

    http://boutiquetheatre.com.au/blog

    I understand that it is not possible to edit a lot of the blog page once it has been allocated as such in WordPress, but this colour is remnant of the Church demo theme I used to build the Boutique Theatre website with. I have checked the customiser section looking for that colour to change it but I can’t source it. Please advise – I would love to change it to white and then centre the title text.

    Is there anyway to do this?

    Thank you

    #986930
    boutiquetheatre
    Participant

    Hello I also am trying to work out how to fix the colour of the Tag links as seen here:

    http://boutiquetheatre.com.au/witch-trial-history/

    They are coming up white on a white background and I’ve again looked through the Customiser section and I can’t seem to find where to change it.

    Thanks

    #987149
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in!

    #1] To change the colour of the title bar ” blog ” , please update the custom css code in your customizer, Appearance > Customize > Custom > CSS

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

    You need to change the background color and the border color. If you also want to change the text title color, please use this instead:

    .x-header-landmark {
      padding: 45px 0;
      border-color: red;
      background-color: red;
    }
    
    .x-header-landmark .h-landmark,
    .x-breadcrumbs-wrap .x-breadcrumbs,
    .x-breadcrumbs-wrap .x-breadcrumbs a {
      color: white;
    }

    I use red and white so that you can easily see the changes when you apply the code. Just feel free to change it according to what would best match with your site colors.

    #2] To change the colors in your tags, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    footer.entry-footer.cf {
      background-color: #000;
    }
    
    footer.entry-footer.cf,
    footer.entry-footer.cf p,
    footer.entry-footer.cf a{
      color: red;
    }

    Again, feel free to change the colors.

    #987220
    boutiquetheatre
    Participant

    Woo! Thank you! it looks perfect now 🙂

    Very much love using theme x!

    #987222
    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-986802 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>