Home Forums WoodMart support forum Remove count from the attribute filter

Remove count from the attribute filter

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #285988

    Xristos
    Participant

    Hello, how can I remove the count from the attributes filter as I mark on the picture?
    Thank you.

    Attachments:
    You must be logged in to view attached files.
    #286097

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woodmart-woocommerce-layered-nav .count{
        display: none;
    }

    Best Regards

    #287213

    Xristos
    Participant

    Thank you, it works!

    #287383

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Remove count from the attribute filter’ is closed to new replies.