How I can change my Header icons (chart, login and create an account)?

Hello to Everybody,

How I can change my Header icons (chart, login and create an account)?

Thank you in Advance for your Help!

Regards,

1 Like

@PLages

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hello KetanKumar,

Here you have my URL site and password:

The SITE URL IS: https://tradetarget.myshopify.com/

The password is: awntal

Thank You Very Much!

Hello to Everybody,

Can you support me on the issue above?

Thanks to all of you in advance!

Paulo Lages

1 Like

@PLages

if you are able to code check header code and change code it can be done custom code

KetanKumar,

I am not able to code, that’s the reason because I need help.

If you give me the code I can replace it.

Thank you very much!

@PLages

yes, please check header code

KetanKumar,

Here you have my header Code:

{{ 'layout.cart.cart' | t }} {{ cart.item_count }}

{% if shop.customer_accounts_enabled %}

{% if customer %}
{% capture first_name %}{{ customer.first_name }}{% endcapture %}
{{ ‘layout.customer.logged_in_as_html’ | t: first_name: first_name }} · {{ ‘layout.customer.log_out’ | t | customer_logout_link }}
{% else %}
{{ ‘layout.customer.sign_in’ | t | customer_login_link }}
{{ ‘layout.customer.or’ | t }}
{{ ‘layout.customer.create_account’ | t | customer_register_link }}
{% endif %}

{% endif %}

{{ 'layout.navigation.mobile_menu' | t }}
{% include 'search-bar' %} {% include 'mobile-nav' %} {% include 'site-nav' %}

@PLages

find customer text and add icon whenever do u need

Hi KetanKumar,

In header.liquid I cannot find any string with “customer text”!

I will launch the store very soon and I would like to have this issue solved. Can you support me?

Thanks in advance!

Regards,

PL

1 Like

@PLages

It can be done by doing some code customization. please send me a personal message and we can discuss what you’d like