Home Forums WoodMart support forum Stick selected variation name to desktop and tablet

Stick selected variation name to desktop and tablet

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #631964

    tyu
    Participant

    Hi,

    “Stick selected variation name to desktop and tablet”

    I want to disable this setting for mobile as well. However, there is no option for that.
    Is it possible to disable it for mobile?

    Thank you.

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

    Luke Nielsen
    Member

    Hello,

    Add the code below in Theme Settings -> Custom CSS -> Mobile CSS area:

    .single-product .variations_form .wd-attr-selected {
        display: none;
    }

    Kind Regards

    #632272

    tyu
    Participant

    Hi Luke,

    Thank you.

    Is there a solution to remove the variation title label?

    Best.

    #632280

    Luke Nielsen
    Member

    Hello,

    Send me a screenshot for a better understanding of which title label you mean.

    Thank you in advance.

    Kind Regards

    #632306

    tyu
    Participant

    I shared.

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

    tyu
    Participant

    Hi,

    .single-product .variations_form .wd-attr-selected {
    display: none;
    }

    This code does not work in quickview.

    #632422

    Luke Nielsen
    Member

    Hello,

    1. I see that you have updated the code – https://prnt.sc/fSJfdfx6K9ck so it works now.

    2. Try to use the code below to hide the labels:

    .variations_form  .variations .label {
        display: none;
    }

    Kind Regards

    #633136

    tyu
    Participant

    Okay. Thank you. You can close this topic.

    #633344

    Luke Nielsen
    Member

    Hello,

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

    Have a good day!

    Kind Regards

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

The topic ‘Stick selected variation name to desktop and tablet’ is closed to new replies.