How To Change Dark Blue Header Color In Politica Template - Question | JoomShaper

How To Change Dark Blue Header Color In Politica Template

AlB

AlB

Template 2 years ago

WIll like to change the Headder dark blue color and also give it a transparency when scrolling down.

0
1 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #25288

Hello AlB

Please use this CSS to Template Options -> Custom Code -> Custom CSS

#sp-header {
    background-color: #14162e !important;
}
#sp-header.header-sticky{
    background-color: transparent !important;
}

Best regards

0