Home › Forums › WoodMart support forum › Sticky Header Background Colour › Reply To: Sticky Header Background Colour
November 1, 2023 at 10:14 am
#508968
Aizaz Imtiaz Awan
Keymaster
Hello,
Try to use page id and change the sticky header background color for a specific page.
Add below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS
.page-id-6592 .whb-sticked .whb-header-bottom-inner {
background-color: black !important;
}
Best Regards.