Header color opacity

Hello I would like to change the opacity of the header color.

My site is https://southgippsland.technology

Thank you.

Hi @trys,

I hope you are well today and thank you for your question.

I think you want to change opacity of header background colour.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

#page nav.navbar.navbar-default {
    background: rgba(0, 53, 102, 0.6);
}

Best Regards,
Movin

Exactly what I wanted, thank you!

You are most welcome here :slight_smile: