Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1264354
    Gerald E
    Participant

    Hi,

    how can i change the background color of widgets in the sidebar.

    I want it white instead of transparent

    How can i change all widgets to white background by default? If not i am talking specifically about recent posts widget + category menu

    Screenshot here: https://www.evernote.com/l/AKVi23E1ztpG6YusJEQKUhIByZXBEbk-ryU

    Thanks in advance.

    #1264369
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .widget ul li, .widget ol li {
        background-color: #fff;
    }

    Hope it helps 🙂

    #1265402
    Gerald E
    Participant

    Works perfectly! thank you 🙂

    #1265419
    Thai
    Moderator

    If you need anything else please let us know.

    #1265933
    Gerald E
    Participant

    Hi, i just noticed that this affected also the widgets in the footer which should have remained transparent: https://www.evernote.com/l/AKUBeljX5AtNx7aEVkvltA2lMGvUtZMLIYk

    I tried to add the below code but it doesn’t work.

    .x-colophon.top .widget {
    background-color: #433a2d !important;
    }

    Can you pls advise?

    #1266088
    Darshana
    Moderator

    Hi there,

    Please use the following CSS rule instead.

    
    .x-sidebar .widget ul li, .x-sidebar .widget ol li {
        background-color: #fff;
    }
    

    Hope that helps.

    #1266521
    Gerald E
    Participant

    Works! thank you! 🙂

    #1266532
    Friech
    Moderator

    We’re delighted to assist you with this. Cheers!

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