Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1341715
    onefoursix
    Participant

    Hi,

    The widget menu text on this page is meant to be white. And I’ve selected recent blog posts to appear as the 4th widget, but it’s not displaying at all. Help please!

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

    Thanks.

    #1341770
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

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

    footer.x-colophon.top h4.h-widget {
        color: #fff !important;
    }
    
    footer.x-colophon.top .widget ul li {
        border-bottom: 0 !important;
    }
    
    .widget ul li a {
        border-bottom: 0 !important;
        color: #fff !important;
    }
    
    footer.x-colophon.top ul {
        background-color: rgba(0, 0, 0, 0) !important;
    }

    Thanks.

    #1346036
    onefoursix
    Participant

    thanks, that helped. However, the text down the right hand side of the blog page is white and needs to be black. http://www.cleartelecom.co.uk/blog/

    #1346071
    Lely
    Moderator

    Hi There,

    Please update this part:

    .widget ul li a {
        border-bottom: 0 !important;
        color: #fff !important;
    }

    To this:

    .x-colophon.top .widget ul li a {
        border-bottom: 0 !important;
        color: #fff !important;
    }

    Hope this helps.

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