Highlight Selected Color Variant on Product

Solved

Highlight Selected Color Variant on Product

JoeyRoo
Explorer
85 1 13

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.

 

www.theothelabel.com

 

Thanks

Accepted Solution (1)

Guleria
Shopify Partner
4190 812 1168

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

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Replies 3 (3)

Guleria
Shopify Partner
4190 812 1168

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

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
JoeyRoo
Explorer
85 1 13

Perfect. Thank you

JoeyRoo
Explorer
85 1 13

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.