Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1380133
    carlmansson92
    Participant

    Hey, I’ve seen a few more threads about this topic but no of the codes provided have been working for me.

    my URL: http://mrbonus.se/

    I would like the widget area color to be this color: rgb(8, 25, 43)

    and the widget text to be white.

    Pls H4lp!

    Thanks

    #1380160
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

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

    footer.x-colophon.top {
        background-color: rgb(8, 25, 43);
    }
    
    footer.x-colophon.top p {
        color: #fff;
    }
    
    footer.x-colophon.top a {
        color: #fff !important;
    }
    
    footer.x-colophon.top h4 {
        color: #fff;
    }

    Thanks.

    #1380251
    carlmansson92
    Participant

    Thanks!

    #1380283
    Darshana
    Moderator

    Glad we were able to help 🙂

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