Home Forums WoodMart support forum Hide Product Count

Hide Product Count

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

    eyupdmg
    Participant

    I want to hide hide product counts on sidebar from everywere.How can i do this?
    Thanks

    Screenshot

    #34608

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to hide them

    span.count {
        display: none;
    }

    Regards

    #34613

    eyupdmg
    Participant

    Fixed thanks

    #34652

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Hide Product Count’ is closed to new replies.