Home Forums WoodMart support forum Remove dropdown in product options

Remove dropdown in product options

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #404142

    designmarketer
    Participant

    How to make the product options like this ~ https://prnt.sc/wa0QdcOLdBku

    Instead of dropdown?

    Would it be possible in quick add to cart hover as well?

    #404816

    Hello,

    Please read the following article for help:
    https://xtemos.com/docs-topic/variable-products-and-swatches/

    Best Regards

    #405398

    designmarketer
    Participant

    Hi checked it but there’s no part telling me how to change the dropdown to the above attached image for the Size Attribute.

    Here’s what it looks like now: https://prnt.sc/ceXf1bzwE2PW

    #405456

    Hello,

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

    The above documentation explains how you can enable the Swatch for attribute instead of dropdowns.

    Otherwise provide the admin panel login details of the website. I will enable the option for you.

    Best Regards

    #405561

    designmarketer
    Participant

    Okay, it’s working now.

    How do you change the size attribute design to make it have border and background color?

    https://prnt.sc/1z64StveeeSD

    #405563

    designmarketer
    Participant

    on top of my question above, how do you remove the text product attributes for sizes in the home page and mobile as shown in the image below.

    #405701

    Hello,

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

    .wd-swatch.swatch-on-single {
        height: 40px;
        width: 40px;
        border: 1px solid;
        border-radius: 0;
    }

    Best Regards

    #407529

    designmarketer
    Participant

    It shows like this. How do you remove the space below the labels?

    #407653

    Hello,

    Please provide the URL of the product to check it myself and help you out accordingly.

    Best Regards

    #407670

    designmarketer
    Participant

    I’ve added the above code but I removed it now. Anyhow, this is the site.

    #407858

    Hello,

    Please try adding the following Custom CSS for that.

    .wd-swatch.swatch-on-single {
        height: 40px;
        border: 1px solid;
        border-radius: 0;
        padding: 10px;
    }

    Best Regards

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