How to change stiky main hearder’s background color?
-
Hi, I set the sticky header, but don’t know how and where to change the background color, could you pls kindly give me the instruction?
Attached pls find the screenshot image.
Cathy
Attachments:
You must be
logged in to view attached files.
Hello,
To change the sticky header background color, add the following custom CSS in theme settings > Custom CSS.
.whb-sticked .whb-color-light:not(.whb-with-bg) {
background-color: #aa923a !important;
}
You can change #aa923a to any color code you prefer.
Best Regards,