Header Transparency - Question | JoomShaper

Header Transparency

R

Robert

General 1 year ago

Hello,

Just have a question about the possibility of the header transparency like for example with the templates "Luxyort" and "Wimble"...

How can this be done?

I'm using the latest Helix Ultimate with the latest Joomla.

Robert

0
2 Answers
R
Robert
Accepted Answer
1 year ago #86316

Hello Ariba,

Thanks for the quick reply.

What I meant was just the other way around, as I said like "Wimble" and/or "Luxyort": transparent header before you scroll down and after scrolling down NO transparency.

Anyhow, guess I know what to do now, thanks.

0
Ariba
Ariba
Accepted Answer
Support Agent 1 year ago #86299

Hello

Thank you for your query.

Please add the following css rule in custom css section. You can change the rgb values to set the color & alpha (a) value for transparency (from 0.0 to 1.0)

#sp-header.header-sticky {
  background-color: rgba(0,0,0,0.3);
}
0