Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1216426
    bjmiller
    Participant

    I am getting some weird hover color and container over on a side bar widget. I cant seem to figure out where it is coming from. Can you help?

    #1216428
    bjmiller
    Participant
    This reply has been marked as private.
    #1216592
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

    .widget ul, .widget ol, .widget ul li:hover, .widget ol li:hover {
         border: 0px
         background-color: transparent;
         box-shadow: none;
    }
    

    Hope it helps

    Joao

    #1219635
    bjmiller
    Participant

    It still has white hover color and visible container?

    #1219647
    Thai
    Moderator

    Hi There,

    Please delete the previous CSS then add the following CSS:

    .widget ul li,
    .widget ul {
        border: none;
        box-shadow: none;
    }
    .widget ul li:hover, 
    .widget ol li:hover {
        background-color: transparent;
    }

    Hope it helps 🙂

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