How to remove playbutton from video that autoplays

Solved

How to remove playbutton from video that autoplays

CameronO
Excursionist
48 1 24

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! 

CameronO_0-1733827756639.png

 

Accepted Solution (1)

Rahul_dhiman
Shopify Partner
832 157 175

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
61.png

If this was helpful, hit the like button and accept the solution.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

View solution in original post

Reply 1 (1)

Rahul_dhiman
Shopify Partner
832 157 175

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
61.png

If this was helpful, hit the like button and accept the solution.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages