Home › Forums › WoodMart support forum › Mobile Nav Bar color Mobile Nav Bar color This topic has 3 replies, 2 voices, and was last updated 3 years, 5 months ago by Bogdan Donovan. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 20, 2022 at 12:49 pm #362421 amjadParticipant Hi, There, could you please help to change the Mobile Bottom Nav Bar to the same as the header color in the attached screenshot? Attachments:You must be logged in to view attached files. March 21, 2022 at 8:11 am #362576 Bogdan DonovanKeymaster Hi, Try to add the following code snippet to the Custom CSS area in Theme Settings. body .wd-toolbar { background-color: rgba(121, 179, 138, 1); } body .wd-toolbar .wd-tools-element { --wd-header-el-color: #FFF; --wd-header-el-color-hover: rgba(255,255,255,.6): } body .wd-tools-element:hover > a { color: rgba(255,255,255,.8); } Custom icons cant be changed via CSS and need to be changed manually. Kind Regards March 22, 2022 at 8:00 am #362912 amjadParticipant Thank you so much! March 22, 2022 at 8:06 am #362918 Bogdan DonovanKeymaster You are welcome! Author Posts Tagged: Mobile Bottom Nav Bar Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register