Hello,
I need help with disabling the hover-over function on the variant section. At the same time, I want the black border will be visible all-time without hovering over it.
Here is the link to my product page: https://wowberrybites.myshopify.com/products/10?variant=41706772168853
Thanks for your help.
@winnado11 - which item shows the hover effect?
1 Like
@suyash1 It’s not really a hover effect, but if you click to 7 meals to choose other options, the black border will be visible. I want the black border to be visible all the time without clicking on it. Hope that makes sense
@winnado11 - please add this css to the very end of your theme.min.css file and check, should be like screenshot below
.product-form__select .form__input{
box-shadow: 0 0 0 0.4rem var(--focus-offset-color),0 0 0 0.6rem var(--focus-color);
outline-offset: 0.4rem;
outline: 0.2rem solid transparent;
}
1 Like
@winnado11 - welcome, let me know if you need anything else, you have my email below.