change sticky header color
-
Hi!
The sticky header is coming up in a different color. How do I change only the sticky?
Hello,
Please insert the site admin access into the Private content below the message area. We will provide custom CSS.
Best Regards
Please paste the CSS here on the ticket and allow me to enter it in the website
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.whb-sticked .whb-main-header .whb-general-header {
background-color:yellow;
}
.whb-sticked .whb-main-header .whb-header-bottom {
background-color:yellow;
}
.whb-sticked .whb-main-header .whb-general-header .wd-nav[class*="wd-style-"]>li>a {
color: red;
}
.whb-sticked .whb-main-header .whb-header-bottom .wd-nav[class*="wd-style-"]>li>a {
color: red;
}
.whb-sticked .whb-main-header .whb-general-header .wd-tools-element>a {
color: red;
}
Please replace the colors as per your needs.
Best Regards
Thank you so much. Have a nice one. Please close this ticket.
If you have any questions please feel free to contact us.
Best Regards
The topic ‘change sticky header color’ is closed to new replies.