Force Transparency - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Force Transparency

coconutguy

coconutguy

Helix Framework 4 years ago

Hi Support, I am using Helix ultimate with header "Top bar" preset and I wish to force transparency on the top bar. Every color works, but I cannot make it transparent. Can you advise ? See below: https://pasteboard.co/LjsgFYe9eJmm.jpg

Thanks!

0
3 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #42275

Hello coconutguy

Please use this CSS to Template Options -> Custom Code -> Custom CSS

#sp-header{
    position: absolute;
    background: transparent;
    box-shadow: none;
}

Best regards

0
coconutguy
coconutguy
Accepted Answer
4 years ago #42278

Hi Ofi,

Thanks. I can confirm this works. I only had to add "important" to the background. Cheers.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #42290

Awesome! You are welcome.

Cheers.

0