Stick selected variation name to desktop and tablet
-
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.
Hello,
Add the code below in Theme Settings -> Custom CSS -> Mobile CSS area:
.single-product .variations_form .wd-attr-selected {
display: none;
}
Kind Regards
Hi Luke,
Thank you.
Is there a solution to remove the variation title label?
Best.
Hello,
Send me a screenshot for a better understanding of which title label you mean.
Thank you in advance.
Kind Regards
I shared.
Attachments:
You must be
logged in to view attached files.
Hi,
.single-product .variations_form .wd-attr-selected {
display: none;
}
This code does not work in quickview.
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
Okay. Thank you. You can close this topic.
Hello,
Always remember that you can reach out to us with any questions you may have.
Have a good day!
Kind Regards
The topic ‘Stick selected variation name to desktop and tablet’ is closed to new replies.