How to remove the video play icon in the Refresh theme?

How to remove the video play icon in the Refresh theme?

Adem_K
Shopify Partner
3 0 0

Hi, I am trying to delete the play icon that is embedded on the original video section within the refresh theme. I want the video to play on loop. Any help will be highly appreciated. 

 

Thanks...

Replies 6 (6)

Small_Task_Help
Shopify Partner
813 26 71

Hi,

 

At video.liquid remove the play icon , code is something like this

 

 

 

<div class="video-container">
    <video controls>
        <source src="your-video-url.mp4" type="video/mp4">
        Your browser does not support the video tag.
    </video>
</div>

 

 

 

and remove controls attribute and set the video to Loop something like below code

 

 

<video loop>
    <source src="your-video-url.mp4" type="video/mp4">
    Your browser does not support the video tag.
</video>

 

To Get Shopify Experts Help, E-mail - [email protected]
About Us - We are Shopify Expert Agency
At Google My Business - Ecommerce Small Task - Hire Shopify Developers Ahmedabad
Adem_K
Shopify Partner
3 0 0

Hi @Small_Task_Help,

 

Thanks for providing this. Where do I put this code?

 

Can you provide me with instructions?

 

fadi_yousif
Shopify Partner
345 43 67

Online Store --> Themes --> Edit code --> Sections --> video.liquid

Freelance Shopify Developer


Did I help? Leave a tip!

Adem_K
Shopify Partner
3 0 0

Hi @Small_Task_Help @fadi_yousif 

 

This didn't work. Is there something I am missing?

 

 

Small_Task_Help
Shopify Partner
813 26 71

Need to check the backend , if you want you can contact us (details given at signature)

To Get Shopify Experts Help, E-mail - [email protected]
About Us - We are Shopify Expert Agency
At Google My Business - Ecommerce Small Task - Hire Shopify Developers Ahmedabad
Small_Task_Help
Shopify Partner
813 26 71

Please share your store url and screenshot also

To Get Shopify Experts Help, E-mail - [email protected]
About Us - We are Shopify Expert Agency
At Google My Business - Ecommerce Small Task - Hire Shopify Developers Ahmedabad