AMR Posted July 24, 2020 Share Posted July 24, 2020 Site URL: http://neonerp.com.au Hi, I want to change the colour of my nav (burger) icon and search icons to black via CSS (in my case, it will be used for mobile site where the banner image is disabled). Can you help me? I can't seem the change the fill colour or find the right element to use... Link to comment
tuanphan Posted July 24, 2020 Share Posted July 24, 2020 Add to Home > Design > Custom CSS /* burger color */ svg.Icon.Icon--hamburger.nav-toggle-label-icon { stroke: black; } /* search color */ svg.Icon.Icon--search.search-icon { stroke: black; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
AMR Posted July 29, 2020 Author Share Posted July 29, 2020 Thanks very much @tuanphan. That worked perfectly. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.