Plugin Support
Job a11n
(@jobthomas)
Automattic Happiness Engineer
Hey @acorde – do you have a link to your site for us?
FWIW, WooCommerce doesn’t give that selection option by default, so whichever plugin you’re using for these variations is the best place to get support, and not the general WooCommerce forum, so I’m marking this as resolved (but I can still have a quick look in the meantime).
Thread Starter
acorde
(@acorde)
Hi, Job Thank you for your reply.
Here is a link, You will see two colors on the page. If you will move your move next to the Red color, you’ll find that there is a white color also. I think if I’ll add a border around it will resolve my problem.
https://yucca.co.il/?product=%D7%92%D7%95%D7%A4%D7%99%D7%99%D7%AA-%D7%90%D7%93%D7%A8%D7%99
The issue is, I have no idea in which file I need to add the border.
Thank you again for your help.
Thread Starter
acorde
(@acorde)
Hi Job. Thank you for your help. I’ve finally figured it out by myself.
Again, Thank you very much.
Plugin Support
Job a11n
(@jobthomas)
Automattic Happiness Engineer
Hi @acorde – could I ask you how you managed to do so? Ideally, it’d be best to use the specific class for this color as a target. My inspector does give an issue with the Hebrew letters, so I’m not sure this actually works:
.swatch-%d7%9c%d7%91%d7%9f {
border: 1px solid black;
}