Add title text on video Dawn Theme

Solved

Add title text on video Dawn Theme

Ulysse1234
Tourist
42 0 17

Hi,

I've got some issues, I’d like to add a title and button on the video of my home page but I can't.

 

Somebody knows how to do it please? 

 

Website: https://rvmmpz-4s.myshopify.com

 

2.png

Accepted Solution (1)

devcoders
Shopify Partner
990 127 250

This is an accepted solution.

Hello @Ulysse1234 
Please check.

devcoders_0-1738257962228.png

 

Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

View solution in original post

Replies 7 (7)

Shadab_dev
Shopify Partner
1093 58 112

Yes, not that advanced but definitely needs some coding up. Adding text and button settings with liquid and render them with html and css.

Buy me Coffee, if you feel i was helpful. Email Me or WhatsApp me for any help with shopify theme customizations or any project in web dev. If this is helpful, please Like and Accept the solution.
Ulysse1234
Tourist
42 0 17

Could you help me with that please? 

Shadab_dev
Shopify Partner
1093 58 112

Definitely but I would also be looking something for my time as there are customizations always to take care of which will work also in future and you don't have have to keep looking for help on it. At least that is how I like to work.

 

Do you need the text as header?? And where do you need the text and button below placed?

Buy me Coffee, if you feel i was helpful. Email Me or WhatsApp me for any help with shopify theme customizations or any project in web dev. If this is helpful, please Like and Accept the solution.

Zopi
Shopify Partner
145 8 102

Hi @Ulysse1234,

 

To add title text and a button on the video in the Dawn Theme, you can:

 

1. From your Shopify admin, go to the Online store on the left menu and click Customize on the Dawn theme.

2. In the Home page settings, navigate to the Template and select Image banner.

3. Edit the text and button in this section. 

 

Zopi_0-1738247820354.png

 

hope this helps 😊

Found my advice useful? A like or marking it as the solution would be appreciated!


 Available on Shopify App Store and start FREE now.
Join us today on our website: https://zopi.io/
Visit our Help Center or email us for personalized onboarding assistance, get access to exclusive dropshipping news and tutorials.

Ulysse1234
Tourist
42 0 17

Thanks for the help but it's a custom liquid section with this code 

<style>
video {
width: 100%;
height: auto;
display: block;
margin: 0 auto;
}
</style>
<video muted autoplay playsinline loop>
    <source src="https://cdn.shopify.com/videos/c/o/v/7e1e37ba6f864a399a8307d399569beb.mp4"
                  type="video/mp4">
    <source src="https://cdn.shopify.com/videos/c/o/v/7e1e37ba6f864a399a8307d399569beb.mp4"
                  type="video/mp4">
</video>

devcoders
Shopify Partner
990 127 250

This is an accepted solution.

Hello @Ulysse1234 
Please check.

devcoders_0-1738257962228.png

 

Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
Ulysse1234
Tourist
42 0 17

Exactly what I was looking for, thanks!