Home Forums WoodMart support forum Round Image Swatches

Round Image Swatches

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #339444

    b.brenner
    Participant

    Hi, is it possible to change the design of the image swatches on single product page? I would like to have them round, see attachment.

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

    Hello,

    The swatches are round by default, please provide more details and give your variable product URL.

    Best Regards

    #339656

    b.brenner
    Participant

    Hi, here the URL and a screenshot of the image swatches.

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

    Hello,

    I am checking your products and swatches are already round: https://gyazo.com/3f6dd695733a14cf28b4ff6a2716b8f3

    Please clarify.

    Best Regards

    #339796

    b.brenner
    Participant

    Hello, you are checking the wrong site. On this site the woodmart theme does not exist.
    Actually in my last reply I sent you the URL of our staging where we are testing the woodmart theme. Here it is again:
    https://borowski-glas.de/1631797923871/?product=amy
    Please have a look there and tell me if the swatches are round or not.

    #339823

    Hello,

    I cannot enter the page you provide https://gyazo.com/fec5b38aea3d3a7ea27d05f3d57a0288

    Best Regards

    #339883

    b.brenner
    Participant

    Sorry, it is a staging and I gave you the login just for the other topic. Here it is.

    #339993

    Hello,

    Please provide the correct login URL and check the password.

    I cannot log in.

    Best Regards

    #339995

    b.brenner
    Participant

    Hello, I just tested it and it is working fine…please try it again.

    #340059

    Hello,

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

    .swatch-on-single.swatch-with-bg.swatch-size-xlarge {
    border:2px solid #444444;
    border-radius:50%;
    padding:3px;
    }
    .wd-swatch:after{
    display:none;
    }

    Best Regards

    #343859

    b.brenner
    Participant

    Thank you.
    Unfortunately the padding doesn´t work. There should be a small distance between image an border.
    The border of the selected image swatch also should change color (for example from grey to black) when the user clicks on it.

    #344050

    Hello,

    Please replace the code with this one:

    .swatch-on-single.swatch-with-bg.swatch-size-xlarge.active-swatch {
    border:2px solid #000000;
    border-radius:50%;
    padding:3px;
    }
    .wd-swatch:after{
    display:none;
    }
    .swatch-on-single.swatch-with-bg.swatch-size-xlarge {
    border:2px solid #444444;
    border-radius:50%;
    padding:3px;
    background-size: 70%;
    background-repeat: no-repeat;
    }

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

    Best Regards

    #344530

    b.brenner
    Participant

    Thanks a lot, that is solved.

    #344570

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Round Image Swatches’ is closed to new replies.