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

Stick selected variation name to desktop and tablet

  • This topic has 5 replies, 2 voices, and was last updated 2 hours ago by tyu.
Viewing 6 posts - 1 through 6 (of 6 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
    Keymaster

    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
    Keymaster

    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.

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