How to make video under menu (Boundless theme)

Kuba88
Visitor
3 0 0

Hi

I made a custom section that display video under menu, and it works perfectly on Brooklyn theme but I have two problems to make it works on Boundless.

- First problem is that section with video supposed to be display under menu.

- Second problem is that video overlay (title, subtitle and button) are display under the video

you can check it on www.femifiga.com password:domka

Replies 3 (3)

Michael_Pink
Shopify Partner
446 77 107

you can add this code into the bottom of the theme.scss.css

.hero__text-wrap.slideshow__overlay {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 6;
}

 

My life is sharing!
I hope my solution can help you save at least 1$
Build Page faster with: PageFly PageBuilder App.

shopify.expert.team@gmail.com
Kuba88
Visitor
3 0 0

@Michael_Pink thx for an answer! It solved half of the second question. Title, subtitle, and button are now visible but blenda with alpha which should cover video is not visible.

Still I need to solve question number one which is "menu (navigation) should overlay video section".

Kuba88
Visitor
3 0 0

@Michael_Pink Hey, I managed to bring back the overlay but the issue I have is that it has a wrong position, it should be in the middle of the video.