Home › Forums › WoodMart support forum › Main Header color / Mobile Main Header color / Mobile This topic has 7 replies, 2 voices, and was last updated 2 years, 6 months ago by Aizaz Imtiaz Awan. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts May 23, 2022 at 4:58 pm #378115 immolibParticipant Hi When i try to edit my main header on mobile, even if i change loght or dark mode, the two icons ( menu and cart) are always white. Is there any problem ? May 24, 2022 at 10:44 am #378304 Aizaz Imtiaz AwanKeymaster Hello, Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS. .wd-header-cart .wd-tools-icon:before { color: black; } Best Regards This reply was modified 2 years, 6 months ago by Aizaz Imtiaz Awan. May 24, 2022 at 11:25 am #378323 immolibParticipant Not working I even tried to desactivate allplugins but those items are still totally white in the theme options, i have the following codes in CSS. Is this from you ? @import url(‘https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap’); This reply was modified 2 years, 5 months ago by Luke Nielsen. May 24, 2022 at 3:22 pm #378410 Aizaz Imtiaz AwanKeymaster Hello, Please provide the admin panel login details of the website to check it myself and help you out accordingly. Best Regards May 24, 2022 at 3:44 pm #378424 immolibParticipant Here it is Thanks May 25, 2022 at 9:44 am #378600 Aizaz Imtiaz AwanKeymaster Hello, Please replace the previous CSS with the following the check back. header .wd-header-cart .wd-tools-icon:before { color: red !important; } header .wd-header-mobile-nav .wd-tools-icon:before { color: red !important; } And the CSS added under the Custom CSS tab is not from our theme. Best Regards May 25, 2022 at 10:26 am #378619 immolibParticipant the mobile css ? May 25, 2022 at 3:37 pm #378744 Aizaz Imtiaz AwanKeymaster Hello, Yes you need to put the CSS provided in my above reply in the Custom CSS for Mobile area under Theme Settings >> Custom CSS. Best Regards Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to create new topics. Login / Register