Opus Template: Header I Cannot Seem To Change Its Colour. - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Opus Template: Header I Cannot Seem To Change Its Colour.

hillary_h

hillary_h

Template 3 years ago

Hi, the header I cannot seem to change its colour. Where do i find its settings. Thanks

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #56343

Hi there!

You are supposed to find Header color option within the Preset tab of your Template Options. Headercolor.png

If you are using predefined Header then you may use the following code in your custom CSS to change that:

#sp-header:before {
    background-image: linear-gradient(90deg, #dc3545 0%, #6973fd 100%) !important;
}

You can modify the color within the above code as per your wish!

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.

You will find related info in the template documentation too:

https://www.joomshaper.com/documentation/joomla-templates/opus/template-customization#Opus-Header-Color

Hope this helps!

Best Regards

0
hillary_h
hillary_h
Accepted Answer
3 years ago #56407

Hi Rashida,

Thank you for the answer above. The first part going to the presets>header>background coour and changing it does not work?

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #56770

Hello,

As I said at the later part, that if you are using the predefined header then you need to use the custom CSS that I have given you as an example. That was coded in template css to make the apearance different I think.

Best Regard

0