Shopify themes, liquid, logos, and UX
Hi,
I am using the theme Dawn and I can't seem to find a solution for my cart icon missing in the header. I have tried most of the soultions in here but nothing works. I have tried looking for the display: none i base and didn't find that, I have tried adding code to theme.liquid and base and still no luck.
I want the cart icon to be visible at all times, empty or not.
Website is: fjallochfena.se
Solved! Go to the solution
This is an accepted solution.
@Aiham
Add the below CSS and see the result as per the screenshot attached.
.header__icon--search {
display: none;
}
Please mark the solution accepted if it helped you.
Hi @Aiham
Its Artzen Technologies! We will be happy to help you today.
Go to OnlineStore-> EditCode-> Assets-> Base.css (or the file which you are using for CSS)
Add the below CSS to the CSS file.
.header__icons{
display: flex!important;
}
Below Screenshot is the result of the CSS
This !important CSS property i used to override the none CSS as you cant find where to remove from.
Let me know if need further assistance
Regards,
Artzen Technologies
Finally, thank you!! Is there a way to only show the cart icon and not the search icon?
This is an accepted solution.
@Aiham
Add the below CSS and see the result as per the screenshot attached.
.header__icon--search {
display: none;
}
Please mark the solution accepted if it helped you.
Thank you very much!
Hi, could you kindly assist me. I have tried adding this code and I still can't get the basket icon to appear. My website is https://scentsationalhome.com
Many thanks
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024