Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi there,
I'll start by saying the paid theme I'm using "Effortless" Is extremely buggy and I couldn't recommend it to anyone but now that I'm already using it I'll have to keep going with it for some more months.
My Cart and search icons in my header have disappeared after changing header layout and now they won't come back even when I return it to the original layout (I have not messed with code so its a theme bug for sure). Can someone help me to get these icons displayed again? It's killing my store design and conversion rate has dropped because of it.
Thank you very much.
Josh
Solved! Go to the solution
This is an accepted solution.
Hello @Josh993
It's GemPages support team and glad to support you today.
I would like to give you a solution to support you.
1. Go to Online Store -> Theme -> Edit code.
2. Open your assets/base.css theme file.
3. Add the code at the end of the file:
.header-item.header__icons *{
fill: #000000 !important;
}
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
This is an accepted solution.
@Josh993
Add below css into base.css file (Online store->themes->Edit code->Assets->base.css)
.header__icons svg path {
fill: skyblue;
}
This is an accepted solution.
Please added the css and Solve the issue
header.css
Line No 229
.header__icons svg path {
fill: #000 !important;
}
Thanks
This is an accepted solution.
Please put one more time my code gives you to the bottom of the file . it will apply all device
This is an accepted solution.
Please added the css and Solve the mobile devices issue
@media only screen and (max-width: 992px) and (min-width: 320px) {
.header__icons svg path {
fill: #000 !important;
}
}
This is an accepted solution.
Hello @Josh993
It's GemPages support team and glad to support you today.
I would like to give you a solution to support you.
1. Go to Online Store -> Theme -> Edit code.
2. Open your assets/base.css theme file.
3. Add the code at the end of the file:
.header-item.header__icons *{
fill: #000000 !important;
}
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
Thank you very much! 🙂 I appreciate it
I've just noticed it doesn't display on mobile devices though, still only appears as dots where the cart icons should be
I see you give css code just for desktop
you can add it back at the end of the file
I don't know how to do that unfortunately.
Is there a way i can give mobile css code for help?
This is an accepted solution.
Please put one more time my code gives you to the bottom of the file . it will apply all device
Or you can move the code as shown:
Thank you very much! It worked! I had the code before the }} first time. Great work!!
I am so glad that suggestion solution can help.
This is an accepted solution.
Please added the css and Solve the mobile devices issue
@media only screen and (max-width: 992px) and (min-width: 320px) {
.header__icons svg path {
fill: #000 !important;
}
}
I can't find (base.css) in my theme. What can I do now? Kindly provide a solution.
This is an accepted solution.
@Josh993
Add below css into base.css file (Online store->themes->Edit code->Assets->base.css)
.header__icons svg path {
fill: skyblue;
}
Thank you very much for telling me how to do this!! It's a great help and more than I asked for 🙂
This is an accepted solution.
Please added the css and Solve the issue
header.css
Line No 229
.header__icons svg path {
fill: #000 !important;
}
Thanks
Thank you for showing me how! It worked well 🙂