Home Forums WoodMart support forum How to disable "Select options"

How to disable "Select options"

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

    cstudio
    Participant

    I set it in the product styles section, but the feature I want is not here. I want the view to be as it is now, without select options.

    #348057

    Hello,

    Please provide the URL of the Shop page to check it myself and help you out accordingly.

    Best Regards

    #348071

    cstudio
    Participant

    private*

    #348211

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-hover-alt .wd-add-btn>a span {
        display: none;
    }

    Best Regards

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