Home Forums WoodMart support forum about the product video

about the product video

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

    gu634099552
    Participant

    Is there any way I can put the play button of the product video in the lower right corner of the picture instead of the lower left corner? Or put the video in the position of the first picture? I want to make the video more visible.thankx

    #235948

    Hello,

    Please provide the page URL I will check and provide custom CSS.

    Best Regards

    #236269

    gu634099552
    Participant

    .

    #236274

    gu634099552
    Participant

    I want to make the video play button more vivid, and it bigger or red will be good.thanks

    #236359

    Hello,

    I cannot move the video button in the right corner alone, Enlarge button would also go it is not the problem:

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

    body .product-additional-galleries {
        right: 0;
        left:auto;
    }

    Styles for the video button:

    body .product-video-button > a:hover,
    body .product-video-button a {
        color: #ffffff;
        background: red;
    }

    Set the colors as per your needs.

    Best Regards

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