Size guide

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #665399

    Carlo
    Participant

    Hi,
    how can we remove the size guide for single product or for all the products ?? tks

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

    Hello,

    Navigate to Theme Settings > Shop > disable the option size guide.

    If you want to remove this only on single product pages, try to add the following custom css code in Theme Settings > Custom CSS:

    .single-product .wd-sizeguide-btn {
        display: none !important;
    }

    Best Regards,

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