Home Forums WoodMart support forum Link active page product

Link active page product

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #44182

    C333
    Participant

    Hi,

    I’ve chosen large image for variations on single page product.

    The swatch selected is only show with a line on border-bottom. It’s not enough to me.

    How to get a full border around the circle like in printscreen ?

    Thank you

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

    Artem Temos
    Keymaster

    Hi,

    Could you please send us a link to your website where we can see this?

    Kind Regards

    #44217

    C333
    Participant
    #44240

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings

    .product-image-summary-wrap .swatches-select .colored-swatch:after, 
    .product-image-summary-wrap .swatches-select .image-swatch:after {
        content:none;
    }
    
    .product-image-summary-wrap .swatches-select .colored-swatch, 
    .product-image-summary-wrap .swatches-select .image-swatch {
          box-shadow: 0 0 0 2px #dadada;
       border: 4px solid white!important;
       -webkit-transition: all .25s ease;
       transition: all .25s ease;
    }
    
    .product-image-summary-wrap .swatches-select .colored-swatch.active-swatch, 
    .product-image-summary-wrap .swatches-select .image-swatch.active-swatch,
    .product-image-summary-wrap .swatches-select .colored-swatch:hover, 
    .product-image-summary-wrap .swatches-select .image-swatch:hover {
        box-shadow: 0 0 0px 2px black;
    }
    #44242

    C333
    Participant

    Perfect 🙂

    Thank you very much !

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

The topic ‘Link active page product’ is closed to new replies.