Home Forums WoodMart support forum CSS to Hide # of Products on Homepage Slider

CSS to Hide # of Products on Homepage Slider

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

    WASIPLtd_Website
    Participant

    Hello,

    Is it possible to somehow hide the section where it says the number of products within a category on the homepage product slider?

    Please see example:
    https://gyazo.com/b9b7e98ca5ffc84a3cd1ddd64e9b552c

    Thanks

    #373509

    Hello,

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

    .category-grid-item .more-products {
        display:none;
    }

    Best Regards

    #373780

    WASIPLtd_Website
    Participant

    Amazing thank you.

    #373957

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘CSS to Hide # of Products on Homepage Slider’ is closed to new replies.