How can I modify Shopify code to customize my header?

Which parts of the shopify code should I change to make the header look how I want it to, and be able to change it in the settings? I really like the French Connection’s website which was made using Shopify, and would like to use this as inspo:

Hi @bxaanca

This is Mike from Omega

Which theme are you using?

Normally, almost themes on Shopify, you can change the header in the header.liquid on Theme editor

Okay, but if I want to add icons etc, is it only that part of the code I
need to change or is it any other part?

It depends where you want to add icon or which icon you want to change.

Themes have different code structure, so there is no ONE solution for all themes

Okay, currently using the default “Craft” theme

So you can change on header.liquid

Can I add the custom cart icon I want on header.liquid?

Hi @bxaanca

The design can be edit in customize theme, If you cant edit it youll need a codes to align or transfer the location of icons or text. But you if like to add another icon designs, you will neeed a developer.

Can I take a look on your Store?

yes, you can find code like {% render “icon-cart” %} and {% render “icon-cart-empty” %} and replace the code in these snippets