Home Forums WoodMart support forum Product Video Button In Left side

Product Video Button In Left side

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #362090

    Faizan Chauhaan
    Participant

    Old Topic: https://xtemos.com/forums/topic/i-want-single-product-page-video-icon-top-left-corner/#post-361887

    OLD Code: .product-additional-galleries {
    top: 0px;
    bottom: auto;
    margin-top: -30px;
    }

    I Want More Left Side “Product Video Icon”
    Check Below Screenshot Please!

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

    Faizan Chauhaan
    Participant

    OLD Code
    topic: Old Topic

    .product-additional-galleries {
    top: 0px;
    bottom: auto;
    margin-top: -30px;
    }
    #362226

    Hello,

    Please try and replace the previous CSS with the following and check back.

    .product-additional-galleries {
    top: 0;
    bottom: auto;
    margin-top: -30px;
    margin-left: -20px;
    }

    Best Regards

    #362257

    Faizan Chauhaan
    Participant

    This code is not working after replace this code video icon gone below again! check below screenshot

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

    Hello,

    Please try adding the following Custom CSS. Then check back.

    If the issue still occurs then provide the login details of the website.

    .product-additional-galleries {
    top: 0;
    bottom: auto;
    margin-top: -30px;
    margin-left: -15px;
    }

    Best Regards

    #362267

    Faizan Chauhaan
    Participant

    This code worked fine
    now i want change text color to white
    when i hover to video icon then i want text color white. check below screenshot please

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

    Hello,

    Please try adding the following Custom CSS for that.

    .product-video-button.wd-action-btn.wd-style-icon-bg-text>a:hover {
        color: white;
    }

    Best Regards

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