I’m trying to style my variant selector.
Smaller images, no border, text below with a break.
See attached what I’d like to achieve.
Website https://untammed.co/products/mineral-mist
Thank you for helping!
I’m trying to style my variant selector.
Smaller images, no border, text below with a break.
See attached what I’d like to achieve.
Website https://untammed.co/products/mineral-mist
Thank you for helping!
Hi @swalter85 ,
I am from Mageplaza - Shopify solution expert.
Please open the theme.css file and add the following CSS code:
.instant-slider-wrapper .instant-slider-slide,
.instant-slider-wrapper .instant-slider-slide div{
border: none !important;
align-items: center !important;
text-align: center;
}
Please let me know if it works as expected!
Best regards!
Unfortunately no change.
Great breakdown but don’t know the exact code how to get there.