Shop button on video banner

Can someone assist me in the coding of my shopify website?

i would like a shop now button on my videobanner

Hey. I dont see these options. Forgot to mention tha i am on the shopify dawn theme

@Ter123 hello, did you code the button? if your section do not have button by default then we will need to edit the section code file

By default, Dawn seem to have no background video section which means there will be a button to play video.

Have you already modified your theme to address this?

You can get a video section from the Sections Store as an option.

Also, if you do not want to edit theme code or use app, you can add a “Rich text” section right below the video section, leave only button block in it and add a code like this to Rich text section “Custom CSS” setting:

{
  margin-top: -150px;
  margin-bottom: 150px; /* prevent further sections from overlap */
}
.gradient {
  background: none;
}

The code will move the button up to overlay previous section:

No i havent coded it yet. Can you assist?

@Ter123 yes I can assist to add button to the video