#sp-header Always On White Color - Question | JoomShaper

#sp-header Always On White Color

Lionel

Lionel

Template 2 years ago

Hello, I have a problem with helixultimate 2.0.5.

I don't want to put # sp-header in transparency. Even doing for example

#sp-header {
     background: rgb (155 33 33/50%) ;
} 

or

#sp-header {
     background: transparent; 
} 

I always have a white background. A little idea ? Thank you :)

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #39072

Hi there!

Thanks for your query.

You can add !important after that as follows:

#sp-header.header-with-modal-menu {
    background: rgb(60 13 13 / 10%)!important;
        }

Please use the code in your custom CSS.

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Best Regards

0