Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1242549
    piexec
    Participant

    http://catchtwentythree.com/

    on the bottom right footer widget, called “My Gift Certificates”

    How do I remove the white background?

    THanks in advance.

    #1242603
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .x-colophon .widget ul li {
        background-color: transparent !important;
    }

    Let us know how this goes!

    #1245090
    piexec
    Participant

    Awesome thank you.

    How do I change the color of the white lines now that remain?

    #1245163
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .widget_categories ul, 
    .widget_product_categories ul, 
    .widget_nav_menu ul, .widget_pages ul,
    .widget_categories ul>li, 
    .widget_product_categories ul>li, 
    .widget_nav_menu ul>li, .widget_pages ul>li {
        border-color: #f00;
    }

    Hope it helps 🙂

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