Home › Forums › WoodMart support forum › mobile menu sidebar colour mobile menu sidebar colour This topic has 3 replies, 2 voices, and was last updated 17 hours, 54 minutes ago by Hung Pham. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts April 15, 2025 at 12:31 pm #654201 joannaParticipant Hi, How can I change the colour of the mobile menu SIDEBAR? Please, refer to the screenshot. Regards, A. Attachments:You must be logged in to view attached files. April 16, 2025 at 8:03 am #654462 Hung PhamKeymaster Hi joanna, Thanks for reaching to us. Please let me know that you want to change the background color or menu items’s colors. Regards, April 17, 2025 at 4:52 pm #654987 joannaParticipant Hi, I’d like to change the background colour in four different areas of the mobile sidebar menu, meaning each section should have a different colour. Please refer to the screenshot for details. Thank you in advance for your help! Best regards, J. Attachments:You must be logged in to view attached files. April 18, 2025 at 9:25 am #655103 Hung PhamKeymaster Hi joanna, Thanks for screenshots. Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS: /* 1 */ ul.wd-nav-mob-tab>li.wd-active>a { background-color: rgba(0, 0, 0, 0.05); } /* 2 */ ul.wd-nav-mob-tab { background-color: rgba(0, 0, 0, 0.04); } /* 3 */ ul.wd-nav-mobile>li>a{ border-bottom-color: #000; } /* 4 */ div.wd-side-hidden{ background: #fff; } Regards, Author Posts Tagged: mobile Menu sidebar Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register