Home Forums WoodMart support forum Product Archive style

Product Archive style

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #386837

    I don’t want reviews, no delivery times, no MSWT.
    How can I take this information away.

    #386838

    Switch off yellow marked

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

    Luke Nielsen
    Keymaster

    Hello,

    With the help of the below code, you can hide these fields, enter the code to the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.

    .product-grid-item .wd-star-rating,
    .product-grid-item .wc-gzd-additional-info {
        display: none;
    }

    Don’t hesitate to let me know if you need any further help or any other info.

    Kind Regards

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