Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1197303
    onefoursix
    Participant

    re: http://hunteranduro.co.uk/family-law-bedford/finances/

    1. how do we change the colour of the blogs in the sidebar to white please?
    2. we have this universally across each page. is there a way to make the blogs more specific so we choose a specific category?

    #1197558
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You already have the following custom CSS rules which makes those color changes.

    
    .widget ul li a, .widget ol li a, .x-comment-time {
        color: #54606c;
    }
    

    To override it, you can add this under Custom > CSS in the Customizer.

    
    .widget_recent_entries ul li a {
        color: #ffffff;
    }
    
    .widget_recent_entries .post-date {
        color: #ffffff;
    }
    

    Hope that helps.

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