image and text on product variantion
-
Hi, how can I have both image and text on product variantion? That is, they should be seen before one chooses a genre and variant title. https://prnt.sc/e2tvQ1nJNaIW
thanks
Hello,
Try to use the below code for that, define it in Theme Settings – >Custom CSS.
.single-product .summary .wd-swatch {
flex-direction: column;
height: 1.4em;
}
.single-product .summary .wd-swatch .wd-swatch-text {
display: block !important;
font-size: 10px;
}
Kind Regards