Home Page Video in "Dawn" applying to every page on website

So, I chose the “Dawn” theme which doesn’t allow me to attach videos to the site. I looked up how to go around it with the coding which worked perfectly but now the “Homepage Video” applies itself to every single page on the site. I have no idea how to fix this. Any suggestions?

https://a02e08.myshopify.com/

Current Code Reads:

{% schema %} { "name": "Homepage Video", "class": "index-section index-section--flush", "settings": [], "presets": [{ "name": "Homepage Videos", "category": "Text" }] } {% endschema %} {% stylesheet %} .section-homepage-video{ width:100%; } .video-homepage{ width: 100%; height: auto; } {% endstylesheet %} {% javascript %} {% endjavascript %}

@DevilsBasin2245
Please share your store URL.

@DevilsBasin2245 - did you add this code to theme.liquid file?

shopify uses shared template approach, so any content you add externally is shared on all pages which share that template and since theme.liquid is shared by all the pages, it is appearing on all the pages

@DevilsBasin2245
Your store is password protected, please share password.