Home Forums WoodMart support forum Swatches

Swatches

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18195

    MAYZEL
    Participant

    How do you get the swatches to show on the products page without hovering over the product?

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

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to make swatches always visible

    .woodmart-hover-base .wrapp-swatches {
        -webkit-transform: translateY(0) translateZ(0)!important;
        transform: translateY(0) translateZ(0)!important;
    }

    Regards

    #18210

    MAYZEL
    Participant

    oh great stuff thank you

    #18214

    Eric Watson
    Participant

    You are welcome!

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

The topic ‘Swatches’ is closed to new replies.