Product Video Button In Left side
-
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.
OLD Code
topic: Old Topic
.product-additional-galleries {
top: 0px;
bottom: auto;
margin-top: -30px;
}
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
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.
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
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.
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