CSS to change color of sticky header

Hi-

I’ve just started working with Shapely, and really like it. I’ve been searching the stylesheet for the code to change the color of the sticky header (from 15% opacity white to 15% opacity black), but can’t find it.

When you have a chance, would you please let me know how I can adjust the color of the sticky header?

Thanks!

Hey there

Jonald, please provide a link to your page and let me know what exactly you want to change and i will provide custom css for you

Hi Noda-

Thank you for your quick response! The site is at www.minicine.net .

Best wishes,

Jon

hey there

Please add this CSS in appearance - customize - additional CSS

nav.fixed.scrolled {
background: rgba(10, 10, 10, 0.15) !important;
}

Thanks!
Colorlib Support Team