Home › Forums › WoodMart support forum › Opacity sticky menu on scrolling down. › Reply To: Opacity sticky menu on scrolling down.
January 8, 2024 at 4:34 pm
#527933
Hung Pham
Keymaster
Hi szymon-0481,
Please add the following code in Theme Settings > Custom CSS > Global Custom CSS
.whb-sticked .whb-general-header {
background-color: rgba(255, 255, 255, 1) !important;
}
Regards,