Home Forums WoodMart support forum Video button placement and color

Video button placement and color

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

    hpb
    Participant

    Hey, I want to move the featured video on single product pages from the bottom left corner to the top right corner is that possible?

    http://prntscr.com/pkqwrt

    Is it also possible to make it red?

    Thanks and kind regards!

    #150790

    Hello,

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

    body .product-additional-galleries {
        top: 0;
    }
    body .wd-gallery-btn > a {
    color:red;
    }
    body .wd-gallery-btn > a:hover, 
    body .wd-gallery-btn > a:focus {
        color: red;
    }

    Best Regards

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