All things Shopify and commerce
Hi there,
Can someone please help me with my variants not highlighting when clicked.
Example below
https://murrayresin.com.au/products/a-very-large-rectangle
Customers, then have no idea if they have added it to cart or not and its really frustrating me 😞
Thank you so much.
Jaz
Solved! Go to the solution
This is an accepted solution.
Hi @JazminMurray ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file -> Save
<style>
.product-form__input input[type=radio]:checked+label {
background-color:black !important;
color: white !important;
}
</style>
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
This is an accepted solution.
Hi @JazminMurray ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file -> Save
<style>
.product-form__input input[type=radio]:checked+label {
background-color:black !important;
color: white !important;
}
</style>
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
OH MY GOODNESS,
I honestly cannot thank you enough.
Thank you so so so so so so much!!!!
Jaz
Please add the below CSS in base.css
.js.product-form__input input + label {border: solid 1px transparent;}
.js.product-form__input input:checked + label {border: solid 1px #4a4a4a;}
Hope this will help...
User | RANK |
---|---|
45 | |
45 | |
44 | |
28 | |
21 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023