Hello dear Shopify-Community,
I use the Narrative Theme and wanted to ask how I can switch the position of the following icons? And is it possible to lower the thickness of the customer login icon?

Hello dear Shopify-Community,
I use the Narrative Theme and wanted to ask how I can switch the position of the following icons? And is it possible to lower the thickness of the customer login icon?

Hello Sir,
i will send u my URL and the password via Email, if its okay?
please share only url in post
Please share store front password . after work change the password .
uwhawl
Please share your sections/header.liquid file code.
{% if section.settings.enable_transparent and request.page_type == ‘index’ %}
html:not(.supports-no-js) body:not(.navigation-open) .site-header--transparent:not(.site-header--fixed) .burger-icon { background-color: {{ section.settings.transparent_text_color }}; } html:not(.supports-no-js) body:not(.navigation-open) .site-header--transparent:not(.site-header--fixed) .site-header__cart .icon, html:not(.supports-no-js) body:not(.navigation-open) .site-header--transparent:not(.site-header--fixed) .site-header__bag .icon { fill: {{ section.settings.transparent_text_color }}; } html:not(.supports-no-js) body:not(.navigation-open) .site-header--transparent:not(.site-header--fixed) a.site-header__logo { color: {{ section.settings.transparent_text_color }}; } html:not(.supports-no-js) body:not(.navigation-open) .site-header--transparent:not(.site-header--fixed) .site-header__navigation::after, html:not(.supports-no-js) body:not(.navigation-open) .site-header--transparent:not(.site-header--fixed) .site-header__cart::after { border-color: {{ section.settings.transparent_text_color }}; }{% endif %}
.announcement-bar–link:hover {
{% assign brightness = section.settings.announcement_color_bg | color_brightness %}
{% if brightness <= 192 %}
{% assign lightenAmount = 255 | minus: brightness | divided_by: 255 | times: 16 %}
background-color: {{ section.settings.announcement_color_bg | color_lighten: lightenAmount }};
{% else %}
{% assign darkenAmount = 255 | divided_by: brightness | times: 8 %}
background-color: {{ section.settings.announcement_color_bg | color_darken: darkenAmount }};
{% endif %}
}
.announcement-bar__message,
.announcement-bar__close {
color: {{ section.settings.announcement_color_text }};
}
{% if section.settings.announcement_link == blank %}
{% else %} {% endif %}{% endif %}
{% endif %}
{% if section.settings.show_social_icons %}
{% include ‘search-bar’, animate: true, disableTab: true %}
{% if section.settings.logo %}
.site-header__logo-image { height: {{ section.settings.logo_max_height | append: 'px' }}; }{% if request.page_type == ‘index’ and section.settings.enable_transparent %}
{% if section.settings.transparent_logo == blank %}
{%- assign transparent_logo = section.settings.logo -%}
{% else %}
{%- assign transparent_logo = section.settings.transparent_logo -%}
{% endif %}
{% endif %}
{% else %}
{{ shop.name }}
{% endif %}
{% if request.page_type == ‘index’ %}
how to do that? u mean all of the code?
{% if section.settings.enable_transparent and request.page_type == 'index' %}
{% endif %}
somehow I can’t upload the whole code, I send it via Email to you.
Navigate to the edit code section of your theme by going to: Online Store > Themes > Actions (next to your current theme) > Edit Code
here
Please replace following code your Sections/header.liquid file .
{% if section.settings.enable_transparent and request.page_type == 'index' %}
{% endif %}
Thank you so much sir. It worked.
Is it also possible to change the thickness of the login icon?
or even the icon itself?
and when I swipe over the shopping cart it enlarges, but the login icon remains the same size
Password is: test
I now have 3 problems:

when I swipe over the icons with my mouse, the shopping cart is zoomed in, but not the login icon. It stays the same size.
is it possible to change the login icon to something like this?
