Dropdown list to checkbox
-
Hello,
For variations products, can i change dropdown list for checkbox like my attached file ?
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Please read our detailed documentation for help:
https://xtemos.com/docs/woodmart/variable-products-swatches/
Then we can try changing the design of the swatches as you require using Custom CSS.
Best Regards
Hello,
Thank you for your help.
Can you help me to change the apparence when i select a Variable product attribute ?
Actually, I’ve border-bottom black and i would like to have all border in black, this is possible ? (Like the website in private content)
How i can add text-transform : uppercase for the attribute label please ?
Thank you so much !
Hello,
You are Most Welcome.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-swatch.active-swatch {
border: 2px solid black;
background: aqua;
color: white;
}
.wd-swatch:hover:after, .wd-swatch.active-swatch:after {
opacity: 0;
}
.variations_form .variations td {
text-transform: uppercase;
}
Best Regards
Hello,
Perfect, thank you so much for your help !
Have a nice day !
Hello,
We are thrilled that you loved your experience with XTEMOS,We put customer experience and satisfaction as our priority, and your words reaffirms the hard work we put in every day.
So thanks for your kind words and we look forward to seeing you again.
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards.
The topic ‘Dropdown list to checkbox’ is closed to new replies.