I am currently using a sticky transparent header on my website www.obviagency.com
Here is the CSS code:
#site-header-inner {
height:0px;
z-index:170;
margin:0 auto;
width:100%;
position:fixed;
top:0;
margin-top:10px;
}
I would like to change the background color to white when scrolling. I have tried multiple solutions without success, so any help would be greatly appreciated.
Thank you in advance!