Personalized checkout and custom promotions with Shopify Scripts
I have a video that automatically autoplays hence it does not need any video controls but the video play button is visible and cannot be removed. How do i permantely disable this feature. I would really appreciate any help. My store url is https://03nkpv-tm.myshopify.com/ . Thank you in advance!
Solved! Go to the solution
This is an accepted solution.
Hello @CameronO
Go to online store ----> themes ----> actions ----> edit code ---->theme.css
add this code at the end of the file and save.
.vimeo-mobile-trigger .icon {
display: none !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
This is an accepted solution.
Hello @CameronO
Go to online store ----> themes ----> actions ----> edit code ---->theme.css
add this code at the end of the file and save.
.vimeo-mobile-trigger .icon {
display: none !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025