Switching positions of icons (narrative Theme)

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?

Bildschirmfoto 2021-10-26 um 17.25.09.png

@MUCuser

Please share your store URL & sections/header.liquid file code .

Thanks!

Hello Sir,

i will send u my URL and the password via Email, if its okay?

@MUCuser

please share only url in post

https://interstellarbrands.de

@MUCuser

Please share store front password . after work change the password .

uwhawl

@MUCuser

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 %}

{% if section.settings.show_announcement %} {% if section.settings.home_page_only == false or request.page_type == 'index' %} .announcement-bar { background-color: {{ section.settings.announcement_color_bg }}; }

.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 %}

{{ 'general.header.menu' | t }}
    {% for link in linklists[section.settings.primary_navigation].links%} {% assign child_list_handle = link.title | handleize %} {% if link.links != blank %}
  • {{ link.title }} {{ 'general.navigation.toggle_sublinks' | t: link_title: link.title }} {% include 'icon-arrow-down' %}
      {% for childlink in link.links %}
    • {% if childlink.links != blank %} {{ childlink.title }} {{ 'general.navigation.toggle_sublinks' | t: link_title: childlink.title }} {% include 'icon-arrow-down' %}
      {% else %} {{ childlink.title | escape }} {% endif %}
    • {% endfor %}
  • {% else %}
  • {{ link.title }}
  • {% endif %} {% endfor %}

{% if section.settings.show_social_icons %}

{% include 'social-links', disableTab: true, largeIcons: true %}
{% endif %}

{% include ‘search-bar’, animate: true, disableTab: true %}

{% comment %} Use the uploaded logo from theme settings if enabled. Site name gets precedence with `h1` tag on homepage, div on other pages. {% endcomment %} {% if request.page_type == 'index' %}

{% else %}

{% else %}
{% endif %}

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.

@MUCuser

Navigate to the edit code section of your theme by going to: Online Store > Themes > Actions (next to your current theme) > Edit Code

![2021-10-26_21-36_dmwstore1 ~ Edit ~ Narrative.jpg|1364x708](upload://2lz8TV7tcBifNYhj9Cjg8AqJbkh.jpeg)

here

@MUCuser

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

@MUCuser

Please share your store front password & screenshot what do you want !

Thanks!

Password is: test

I now have 3 problems:

  1. the Icon is too thick.

Bildschirmfoto 2021-10-27 um 13.16.10.png

  1. 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.

  2. is it possible to change the login icon to something like this?

Bildschirmfoto 2021-10-27 um 13.14.07.png