How can I customize the order of my header icons?

How can i rearrange my header icons as per needs?
Expected:

Screenshot 2023-11-16 at 12.08.11 PM.png

Current:

Screenshot 2023-11-17 at 9.37.10 AM.png

1 Like

Hi @obito_uchiha01

Can you please provide your store URL and password as well if applicable, so that I can provide you solution that can work for you.

Best regards

Sahil

url - https://misajewels.com/
password - jewelsmisa

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the Bottom of the file:
.header__icon.header__icon--account {
order: 4;
}