Change colour sticky header bottom
-
Hi,
I have a question, how can i change the colour of the sticky header bottom. I have Change the colour of the sticky main header whit this code: Have you a code for this thanks.
body .whb-sticked .whb-general-header {
background: #f4ebe6;
}
Hi,
Could you please send us a link to your website where we can see check your header layout?
Kind Regards
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
body .whb-sticked .whb-header-bottom {
background #f4ebe6;
}
Kind Regards