Shopify themes, liquid, logos, and UX
How can I make the border of the dropdown box used as Variant picker always visible?
Right now, it becomes visible only on hovering. I want it to be solid black color and always visible.
https://www.chuckles.store/products/vintage-nostalgia?variant=48137145418050
please add below code into your base.css file
Online Store > Edit Code > Assets > base.css file
.product-form__input--pill input[type="radio"] + label {
border-color: #000 !important;
}
Thanks
@Chucklesfaq Please follow below steps to always visible the border of the drop-down box. Let me know whether it is helpful for you.
.product__info-wrapper .product-form__input .select {
box-shadow: 0 0 0 calc(.1rem + var(--inputs-border-width)) rgba(0 0 0);
}
4. Now, it will shown like below image.
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024