Hello Janaekat,
Please follow below steps:-
Dashboard->Online store ->themes-> Edit code->header.liquid find the code
{% if shop.customer_accounts_enabled %} <div class="customer-login-links sticky-hidden"> {% if customer %} <a href="/account"> {{ 'layout.customer.account' | t }} </a> {{ 'layout.customer.log_out' | t | customer_logout_link }} {% else %} {{ 'layout.customer.account' | t | customer_login_link }} {% endif %} </div> {% endif %}
Cut this code and then find the
<div id="SiteNavSearchCart" class="site-header__search-cart-wrapper">
Below this div put the above account code which you have cut and paste it here.
Hello @zalewa,
1. Go to Online Store->Theme->Edit code
2. Asset->theme.scss.liquid->paste bellow code in bottom of file
#customer_login_link { color: red; font-size: 20px; }
Note:Please change color and font-size as per your requirement
Please share your store url
1. Go to Online Store->Theme->Edit code
2. Asset->theme.scss.liquid->paste below code at the bottom of the file.
.customer-login-links.sticky-hidden { order: 3; } a.site-header__link.site-header__cart { order: 2; } form.site-header__search.small--hide { order: 1; }
User | Count |
---|---|
448 | |
187 | |
139 | |
61 | |
44 |