Home Forums WoodMart support forum image and text on product variantion

image and text on product variantion

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #511925

    afotsi
    Participant

    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

    #511983

    Luke Nielsen
    Keymaster

    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

Viewing 2 posts - 1 through 2 (of 2 total)