Home Forums WoodMart support forum Display swatches vertically

Display swatches vertically

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #437785

    Besir
    Participant

    Hello dears,
    In the attached image , how can I change the variations swatches vertically ?

    Thanks and regards

    Attachments:
    You must be logged in to view attached files.
    #437892

    Hello,

    Do you mean to show the attributes in the drop-down?

    if you do, please disable the swatches in the attribute. You will find the option in the attribute editing.

    Please check this manual and disable the options described: https://xtemos.com/docs-topic/variable-products-and-swatches/

    Best Regards

    #437900

    Besir
    Participant

    Hello Elise,

    Actually I mean keep them as swatches, but display one value per line instead of inline

    1-Pack
    3-Packs
    6-Packs

    Regards

    #438165

    Hello,

    Please provide the page URL so that we could give you custom CSS.

    If you have any questions please feel free to contact us.

    Best Regards

    #438213

    Besir
    Participant

    Hello Elise,

    Kindly find the link in the private content area ,

    Thanks and regards,

    #438457

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .wd-swatches-product {
        display: flex;
        flex-direction: column;
    }

    Best Regards

    #438486

    Besir
    Participant

    It worked ! Many thanks,

    Best regards,

    #438652

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Display swatches vertically’ is closed to new replies.