How to make header fully shown

At this moment the header’s opacity is 0%, when you scroll down the header will be visible again, can you please give me css how to make the header visible all the time (so header 100%)

Website : brinkmanstudio.com

Thank you!

Hi, Bren

Adding this code in Appearance -> Customize -> Additional CSS will make the header the same color as on scroll:

.navbar.page-with-cover {
background-color: rgba(0, 0, 0, 0.9);}
1 Like