A user wants to add header text and a “SHOP NOW” button overlaid on a liquid video section in their Dawn theme homepage, similar to a video background example they provided.
Initial Solution:
Another user provided custom code with HTML/CSS to create the overlay elements
The original poster successfully implemented working code but encountered two issues
Current Problems:
Mobile overlap: The video header title overlaps the “shop now” button on smaller screens
Desktop sizing: Unable to reduce video section height while maintaining full width
Proposed Solutions:
Remove the position: absolute attribute from the video-heading class to fix overlap
Adjust height directly in the video tag class for sizing
Warning: Changing proportions may create black bars around the video if aspect ratio doesn’t match
Additional Question:
Another user asked about customizing the button styling (making it blue with a border instead of just a link)
Status: Ongoing - awaiting implementation of suggested fixes
Summarized with AI on November 10.
AI used: claude-sonnet-4-5-20250929.
I’ve managed to create code that works. I’m pretty new to this so it’s been tricky.
There are only minor issues now.
The video header title will overlap the “shop now” button on mobile, when the screen size is smaller.
I cannot seem to adjust the section height, to make the video smaller on desktop view.
I tried adjusting code to make the header text smaller based on a maximum screen size, as well as adjusting the padding bottom to make the video height smaller. It did not seem to do anything though.
Liquid section code found here:
## A curated collection that reflects the warmth of our Brazilian roots.
[SHOP NOW](https://catay.us/collections/impar-atelier)
For 1 point just remove the position attribute u don’t need that attribute.
For point 2
You have video tag class put your desired height in it.
However your video has to in proportion of that height or width or video block will show black spot arround the video if your video is not in proportion.