Add "my account" icon beside shopping cart icon

Hi, how do i add a icon for customers to login? (refer to pic below) I want to add it beside the shopping cart icon

url: elita.com.sg

elitaco_0-1631253131157.png

@elitaco

You are using narrative theme so this thread will have the details

https://community.shopify.com/c/shopify-design/customer-login-account-icon/td-p/922233

HI @elitaco ,

Would you like to show like the below-given screenshot?

let me know so I can guide you for the same.

@Propero

thanks for the link. however, the icon is too big. is there any way to reduce the size?

i managed to add the icon but it’s too big.

@elitaco ,

Please play with this code ( add at the bottom of theme.scss.liquid or theme.css.liquid

.site-header__cart svg{
height: 15px !important;
width: 20px !important;
}

You can change the height and width till you get the desired size

thanks it works! do you know how to add hover over like the cart icon?