Transparente Header - Question | JoomShaper

Transparente Header

L

logicworks

Template 1 day ago

Ther is no transparent option for header in Helix ultimate?

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 day 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
1 day ago #231131

where is the custom CSS?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 day 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 19 hours 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