New Landing How can we help? Atelier Product page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #258471
    micheal_w
    Member
    Post count: 498

    Hi Guys,

    1. Can you please put me in the right direction how to fix the outline around the size swatches?
    It’s not in the middle for some reason, the padding is a bit higher on the top than on the bottom (see link above or attached screenshot)

    2. Any recommendation how to change the colour of the outline of the selected swatch from green to #000?

    3. A little “thing” is on the right of the variation selection, how can I get rid of that?

    Thank you!

    Attachments:
    You must be logged in to view attached files.
    #258499
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    div.swatch-wrapper.selected, .swatch-wrapper {
      padding: 0;
    }
    .swatch-wrapper img {
      margin-top: -1px;
    }

    The colour options should be available in the plugin settings

    – Kyle

    #258750
    micheal_w
    Member
    Post count: 498

    Hi Kyle,

    1 & 2 solved, thank you.

    However 3) is still there, can you please help to get rid of that little thing?
    Thanks 🙂

    #258751
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    .woocommerce div.product form.cart .variations td.value > div::after {
      display: none;
    }

    – Kyle

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

You must be logged in to reply to this topic.