Home Forums WoodMart support forum 360+click to enlarge+watch video buttons always open without hover

360+click to enlarge+watch video buttons always open without hover

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #383655

    JamesUK
    Participant

    HI,

    Id like to make the buttons on the product page set to always be open without hovering over them.

    Watch Video + 360 + Click to Enlarge

    Is there a option or some code I can add?

    Thanks

    #383750

    Hello,

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

    .product-additional-galleries .wd-action-btn>a {
        display: inline-block;
        padding-right: 15px;
    }

    Best Regards

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