New Landing How can we help? Themeforest Theme Support Neighborhood suddenly product count showing up on all items in sidebar

Viewing 2 posts - 1 through 2 (of 2 total)
  • #159540
    jeff_quade
    Member
    Post count: 37

    I noticed that the product count is now showing up on all the categories and attributes in the left sidebar. I am also getting a notice on the plugin page. see attached.

    Attachments:
    You must be logged in to view attached files.
    #159590
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .woocommerce .widget_layered_nav ul li span.count {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -9px;
    }
    

    Or to remove them add this:

    .woocommerce .widget_layered_nav ul li span.count {
        display:none;
    }

    – Kyle

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register