Home Forums WoodMart support forum Dropdown list to checkbox

Dropdown list to checkbox

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #341869

    Quentin
    Participant

    Hello,

    For variations products, can i change dropdown list for checkbox like my attached file ?

    Thanks

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

    Hello,

    Please read our detailed documentation for help:
    https://xtemos.com/docs/woodmart/variable-products-swatches/

    Then we can try changing the design of the swatches as you require using Custom CSS.

    Best Regards

    #342050

    Quentin
    Participant

    Hello,

    Thank you for your help.

    Can you help me to change the apparence when i select a Variable product attribute ?

    Actually, I’ve border-bottom black and i would like to have all border in black, this is possible ? (Like the website in private content)

    How i can add text-transform : uppercase for the attribute label please ?

    Thank you so much !

    #342094

    Hello,

    You are Most Welcome.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-swatch.active-swatch {
        border: 2px solid black;
        background: aqua;
        color: white;
    }
    
    .wd-swatch:hover:after, .wd-swatch.active-swatch:after {
        opacity: 0;
    }
    
    .variations_form .variations td {
        text-transform: uppercase;
    }

    Best Regards

    #342186

    Quentin
    Participant

    Hello,

    Perfect, thank you so much for your help !

    Have a nice day !

    #342248

    Hello,

    We are thrilled that you loved your experience with XTEMOS,We put customer experience and satisfaction as our priority, and your words reaffirms the hard work we put in every day.

    So thanks for your kind words and we look forward to seeing you again.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Dropdown list to checkbox’ is closed to new replies.