Hi all,
I’m trying to change the colour of the icons to #EF9A9E as they are currrently white (and turn grey when hovering over them - see pic). I’ve tried a few of the suggestions on other posts here for similar issues and they haven’t worked for me, can anyone help please?
Hi! Please, provide link to your store
You need to add this line of code to theme.scss/ theme.css (Actions->Edit code->Assets)
.site-header__cart, .site-header__search, .site-header__account{> > color: #EF9A9E;> > }
Thank you! It has worked for all the icons except the search icon but I’m not sure why?
Thank you so much, it worked perfectly! 