Add text and button over custom liquid video

Hello, I am using this code in a liquid theme ↓

Shop of your choice

I was wondering how I could reposition the text ‘Shop of your choice’ and the button ‘Shop All’ to be overlapping the video, around 3 quarters of the way down of the video, thanks.

Hi @v6

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


You can play with the top,right,left value to change the content position.

Your store looks very nice, warm and elegant, but in my opinion, you should consider to add a hero banner on the top of the page and with CTA button on it

The banner is very significant in hero material. It is the first thing customers see when they visit your website. Let’s get consumers to know exactly what you’re having in 5 seconds first.

Hope this can help you solve the issue

Best regards,

Richard | PageFly

ok thanks but now i am facing this problem

@v6 To fix it, please add below code to the “.content-wrap” like in the below attached screenshot. You can change top value to 50% to position the content center.

width: 50%;
text-align: center;
transform: translate(-50%, -50%);

Result will be like,

Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.

1 Like