Hi there!
I want to change the position of the search icon with the account icon!
please share the password?
Ah sorry @oscprofessional
Password: nsm123321
Hello @User27272727272
Itβs GemPages support team and glad to support you today.
Can you share the password?
Hi @GemPages
pw:nsm123321
I would like to give you a solution to support you.
-
Go to Online Store β Theme β Edit code.
-
Open your assets/theme.css theme file.
-
Add the code at the end of the file:
.Header__FlexItem.Header__FlexItem--fill a[href="/account"]{
margin-left: 25px;
order: 2;
}
.Header__FlexItem.Header__FlexItem--fill a[href="/search"]{
order: 1;
}
.Header__FlexItem.Header__FlexItem--fill a[href="/cart"]{
order: 3;
}
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
1 Like
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
a.Header__Icon.Icon-Wrapper.Icon-Wrapper--clickable:nth-child(3) {
order: 3;
}
a.Header__Icon.Icon-Wrapper.Icon-Wrapper--clickable.hidden-phone {
order: 2;
display: flex;
}
a.Header__Icon.Icon-Wrapper.Icon-Wrapper--clickable:nth-child(1) {
margin-left: 25px;
}
1 Like
It is working!
Thanks for you quick and professional help!
1 Like
Hi @oscprofessional Thanks for your kindness to help me out!
I am so glad that suggestion solution can help.
