Problem with search bar and dropdown menu on the home page when loading the page for the 1rst time

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.

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

Anyone with another idea ?

I’m struggling to find a solution and understand what part of the code I need to modify.