Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1237971
    onefoursix
    Participant

    RE: http://www.cleartelecom.co.uk/blog/

    How do we change the colour of the blog backgrounds to white please? Needs inversing.

    #1237996
    Darshana
    Moderator

    Hi there,

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

    
    .blog .entry-wrap {
        background-color: #ffffff;
    }
    
    .single-post .entry-wrap {
        background-color: #ffffff;
    }
    
    .blog .widget ul, .blog .widget ol {
        background-color: #ffffff;
    }
    
    .single-post .widget ul, .single-post .widget ol {
        background-color: #ffffff;
    }
    

    Hope that helps.

    #1238013
    onefoursix
    Participant

    thanks. can i please also have the code to amend the titles on the right hand side of the page to be black?

    #1238038
    Rupok
    Member

    Hi there,

    It seems you have added the below code that’s why it’s white :

    .h-widget {
      color: white;
      text-shadow: none;
    }

    You can change the color from that code.

    Cheers!

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