Account Icon - Change Colour in the Header

Hi, the site is live at millerfineartandantiques.co.uk using the Debut theme and I found some code to change the background colour, but now the ‘Account’ icon can’t be seen. Does anyone know how I would change the colour of this to white as well? I am guessing I will need a similar code for this. Thanks! Claire

@Claire77
Paste this code on top of the theme.scss file.

a.site-header__icon.site-header__account {
    color: white !important;
}

Thank You.

1 Like

Wow - amazingly quick response - thanks so much! There is a theme.css or theme.liquid - which one should I add the code to? Thanks. Claire

@Claire77
In theme.css file.

1 Like

You are amazing - it has worked! Thanks very much. Am loving this community. :slightly_smiling_face:

1 Like

@Claire77
If it is helpful then like and accept my solution.
Thank You.

1 Like

Thanks so much! But I can only see theme.css or theme.liquid - i think the formatting was in liquid. Which should I add the code to? Thanks! :slightly_smiling_face: