Static header background color
-
Hi, how can I change the background color only for the sticky header.
Is there an option on the setting for that?
I want my me header to be transparent and overlap but when someone scroll down I want the background color to change to green. Currently it’s black.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
body .whb-sticked .whb-general-header {
background-color: green;
}
Best Regards