Shopify themes, liquid, logos, and UX
Is there a way to Highlight, or add a black circle around a selected color variant on my product page? When someone is looking at a product, the size has a black box so you can see what size is selected, but it's hard to see what color has been selected as well.
Thanks
Solved! Go to the solution
This is an accepted solution.
Hello @JoeyRoo ,
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your product.css file and paste the following code at the bottom:
input[type="radio"]:checked+label {
border: solid 1px #000 !important;
}
If you need further help don't hesitate to contact me.
You can find the email in the signature below.
Thanks
This is an accepted solution.
Hello @JoeyRoo ,
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your product.css file and paste the following code at the bottom:
input[type="radio"]:checked+label {
border: solid 1px #000 !important;
}
If you need further help don't hesitate to contact me.
You can find the email in the signature below.
Thanks
Perfect. Thank you
Hi Guleria,
Is there a way to make the box round on this instead of square? I am looking for a small circle that will act as a border around the color without having all that extra space between the color and the black border.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025