Hi
I want to make the header background NOT translucent when it scrolls http://www.catalysiscapital.com/wp-content/uploads/2016/02/Screen-Shot-2016-02-10-at-12.30.16.png on this website http://www.catalysiscapital.com/
Thanks
Rupert
Hey Rupert!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header-scrolled#header {
background: white;
}
Best regards,
Yigit
Thanks but can we make it solid white before the header shrinks
Hey!
Please change the code to following one
#header {
background: white;
}
Regards,
Yigit
Great thanks