Home Forums WoodMart support forum video in product gallery

video in product gallery

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

    erredigi
    Participant

    Hi,
    it is possibile to add a video (like from youtube) in the gallery of the product?

    thanks in advance

    roberto

    #124080

    Hello,

    No, there is no option. You can add a video to a product page https://xtemos.com/docs/woodmart/product-page-options/#local_settings

    Best Regards

    #124095

    erredigi
    Participant

    Hello,
    very simple! is possibile to change the color of che “watch video” button?

    thank in advance

    roberto

    #124144

    Hello,

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

    body .product-video-button>a{
    background: yellow;
        -webkit-box-shadow: 0 0 5px rgba(0,0,0);
        box-shadow: 0 0 5px rgba(0,0,0);
    }
    
    body .product-video-button>a:before{
    color:red;
    }
    body .product-video-button>a span{
    color:green;
    }

    Best Regards

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