Comments Carissa_6 started the conversationOctober 15, 2021 at 8:33pmHi, please can you tell me know i can change the colour of the Search & Cart Icon in the header to white (on desktop & mobile) as we changed the entire theme to dark grey. Thanks![deleted] repliedOctober 18, 2021 at 6:35amHi Carissa,Please add the code below to your Custom CSS area: header.mobile-menu .mobile-logo .mobile-toggles .toggle-menu svg, header.site-header .header-widgets .cart-counter svg, header.site-header .header-widgets .search-form .search-btn svg { fill: #fff; } header.mobile-menu .mobile-logo>.cart-info .cart-counter .cart-icon svg { fill: #fff; } header.mobile-menu .search-site .mobile-search-button svg { fill: #fff; }Have a nice day! Sign in to reply ...
Hi, please can you tell me know i can change the colour of the Search & Cart Icon in the header to white (on desktop & mobile) as we changed the entire theme to dark grey.
Thanks!
Hi Carissa,
Please add the code below to your Custom CSS area:
Have a nice day!