Home › Forums › WoodMart support forum › I want to edit divider color in top bar header › Reply To: I want to edit divider color in top bar header
September 6, 2022 at 3:02 pm
#401722
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.whb-color-light .wd-header-divider:before {
border-color: red;
}
Best Regards