Cowo
August 27, 2021, 1:26pm
1
Hi everyone,
Has anyone had a similar problem?
When loading my home page for the 1rst time, some elements appear weird (search bar, dropdown menus, cart icon or social media icons).
I think I may have messed up with the theme code (Debut theme) and created this problem.
My website is : coworkersgift.com
Do you have any idea how it could be solved ?
Thanks a lot,
Cowo
hii, @Cowo
Paste this code on the top of the swift-timber-critical.min.css file.
span.icon.icon-arrow-down {
display: none !important;
}
span.icon.icon-cart.header-bar__cart-icon {
display: none !important;
}
span.icon.icon-search {
display: none !important;
}
Thank You.
Cowo
August 30, 2021, 4:26pm
3
Hi,
Thanks a lot for the answer.
The thing is that I would like things to show normally, like it is on the other pages of the website (cf image
I cannot understand where the problem comes from. I can put different arrows, chaning the content of the icon, but I’d like to have the same throughout the website.
Thanks,
Cowo
Cowo
September 15, 2021, 10:12am
4
Anyone with another idea ?
I’m struggling to find a solution and understand what part of the code I need to modify.