Top Header - Question | JoomShaper

Top Header

M

Mark

Helix Framework 2 months ago

Hi.

I am trying to work out how to make the top header transparent with CSS, but can't seem to work it out. Can someone please check this website (in hidden), and show me the CSS to use? Thank you.

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 months ago #208794

Hi Mark,

Example Custom CSS

#sp-header.full-header {
  position: fixed;
  background: rgba(255,255,255,0);
  top: 0; right: auto; }

Chanage value of "0" (last) in RGBA to control transparency level. Read Helix Ultimate guide on how to use Custom CSS and other design tips.

0
M
Mark
Accepted Answer
2 months ago #208798

Hi Paul Thank you!

0