Home › Forums › WoodMart support forum › how to make sticky navigation not to black out on background ? › Reply To: how to make sticky navigation not to black out on background ?
March 3, 2023 at 11:01 am
#447907
Aizaz Imtiaz Awan
Keymaster
Hi,
Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.wd-close-side {
background-color: red !important;
}
Change the color as per your need.
Best Regards.