Home Forums WoodMart support forum Preventing the categories under the products on the Home Page from appearing

Preventing the categories under the products on the Home Page from appearing

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

    RaveMe
    Participant

    Hi,

    I don’t want the categories section to appear under the products on the home page of my site. Because some of my products have multiple categories and my homepage looks awful. I would be glad if you can help with this.

    Thank you.

    https://prnt.sc/K20dm9Ooft_U
    (I don’t want the area that I put in the red box to show.)

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

    Luke Nielsen
    Keymaster

    Hello,

    We appreciate your message!

    With the help of the below code, you can hide the categories. Please, enter it into the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.

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

    Let me know if you have any questions or concerns.

    Kind Regards

    #387824

    RaveMe
    Participant

    Thank you so much.

    #387856

    Luke Nielsen
    Keymaster

    I’m glad we managed to sort this out.

    Always remember that you can reach out to us with any questions you may have.

    We wish you a splendid day!

    Kind Regards

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

The topic ‘Preventing the categories under the products on the Home Page from appearing’ is closed to new replies.