Menu Transparency - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Menu Transparency

I

iig75

Template 5 months ago

Hello, I use Helix Ultimate menu and SP PAGE BUILDER PRO.

I would like to make the menu transparent and see through the menu bar and see the video that was added as a page from SP PAGE BILDER. How do I do it? If I make the menu bar transparent with CSS, then only a white bar from the container is visible. And the video is below it. I want the video to start at the menu level!

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 5 months ago #193518

Did my suggestion help? Please let me know...

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 5 months ago #192298

Hi there!

Thanks for reaching out to us.

Please use the following code in your custom CSS:

#sp-header {
    background: transparent !important;
}
.com-sppagebuilder #sp-main-body {
    position: relative;
    top: -60px;
}

Here is all about custom code placement in Helix Ultimate: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 months ago #195476

Thanks for accepting the answer...

Have a nice day!

0