How to change the colour of icons (add to cart, my account, search icon) on Debut theme?

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

Thank you, it’s https://propervacant.myshopify.com/pages/home-decor password is ‘troche’

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?

Change code to this

.site-header__search-toggle, .site-header__cart, .site-header__search, .site-header__account{> > color: #EF9A9E;> > }

1 Like

Thank you so much, it worked perfectly! :slightly_smiling_face: