Transparente Header - Question | JoomShaper

Transparente Header

L

logicworks

Template 4 days ago

Ther is no transparent option for header in Helix ultimate?

0
7 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 days ago #231128

No, only via Custom CSS and tricks you can do that, sorry.

For example, make preview of CSS used here: https://demo2.joomshaper.com/2026/agentik/

0
L
logicworks
Accepted Answer
4 days ago #231131

where is the custom CSS?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 days ago #231142

You have to create it, we don't have it in Helix documenation yet.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 days ago #231213

I would start with

#sp-header {
  height: 72px;
  width: 100%;
  position: fixed;
  z-index: 99;
  background-color: rgba(0,0,0,0) !important;
  box-shadow: 0 0 0 0 rgba(0,0,0,0);} 

you can set different height

0
L
logicworks
Accepted Answer
3 days ago #231330

Thank you

0
L
logicworks
Accepted Answer
3 days ago #231336

its scrolling over the logo and menu.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 days ago #231340

It was just a example, now your turn to customize it.

0