Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1258555
    huylam1
    Participant

    Hi,

    On my woo commerce page, when I add a Layered Nav Filter on the sidebar and have it displayed as ‘list’, there appears a white bullet hole behind the number of items. I’ve attached a screenshot so that you know what I’m talking about. How do I get rid of this.

    Thank you.

    #1258772
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Looks like you have change the stack. Can you please reinitiate integrity stack so we can take a closer look?

    Thanks.

    #1259300
    huylam1
    Participant

    Hi there,

    I have changed the stack to ethos to see if the white circles disappeared, but they didn’t. I have attached a screenshot as well. I changed it back to integrity, and they are still showing. Please advise.

    Thank you.

    #1259399
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1259588
    huylam1
    Participant

    Hi there,

    My URL is http://naokokamura.ca/illusion/shop/

    Thank you.

    #1259625
    Thai
    Moderator

    Hi There,

    To fix this issue, please add the following CSS:

    .widget_layered_nav li .count {
        background-color: transparent;
        box-shadow: none;
        right: 15px;
    }

    Hope it helps 🙂

    #1260535
    huylam1
    Participant

    Yes, that solved it! Thank you!

    #1260537
    Prasant Rai
    Moderator

    You are most welcome. 🙂

    #1266484
    huylam1
    Participant

    Hi there,

    After a little more testing, it appears that the white bullet circles have not fully disappeared. They are still appearing behind the number of items when you click on one of the filters. Here is the URL:http://naokokamura.ca/illusion/shop/?filter_style=womens&filter_products=eyeglasses. I have attached a screenshot. Please advise. Thank you.

    #1266512
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    .widget_layered_nav .chosen .count, .widget_layered_nav_filters .chosen .count {
        background-color: transparent;
    }

    Hope that helps.

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