Home › Forums › WoodMart support forum › Header Builder – setting background color for sticky menu › Reply To: Header Builder – setting background color for sticky menu
December 13, 2023 at 5:16 pm
#521334
darryl
Participant
Hi, that did not work for me. My custom css now looks like…
body .whb-sticked .whb-general-header {
background-color:#F2EDE9;
}
body .whb-sticked .wd-nav[class*=”wd-style-“]>li.current-menu-item>a,
body .whb-sticked .wd-nav[class*=”wd-style-“]>li.wd-active > a, body .whb-sticked .wd-nav[class*=”wd-style-“]>li.active> a {
color: #000000;
}
Can you let me know what I did incorrectly please.
Thanks,
DSM