Home Forums WoodMart support forum Remove categories from carousel

Remove categories from carousel

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

    ritik
    Participant

    I want to remove the categories shown below product title from the carousel. How can I do that? On shop page or product archive page they are already hidden .

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

    Luke Nielsen
    Keymaster

    Hello,

    With the help of the below code, you can hide these categories, paste the code into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .wd-dropdown-menu .slide-product .product-grid-item .wd-product-cats {
        display: none;
    }

    Kind Regards

    #401074

    ritik
    Participant

    It Worked, Thanks.

    #401088

    Luke Nielsen
    Keymaster

    Hello,

    We will appreciate it if you can refer your friends or family members to become a part of our Xtemos family.

    Have a good day!

    Kind Regards

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

The topic ‘Remove categories from carousel’ is closed to new replies.