Search icon in header

Hello!

Can someone please help me get rid of the ‘Search’ logo on the right hand side please?

How do I do it?

Website: www.veloir.co.uk

Pass: nemael

Thank you in advance.


hey @JAKUBPLU dear follow these steps
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->before the ----->
before the body ----->
if this code work please do not forget to like and mark it solution

Hi @JAKUBPLU

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

details-modal.header__search {
    display: none !important;
}

Result

Best,

DaisyVo

Hello @JAKUBPLU
Go to online store ----> themes ----> actions ----> edit code ----> base.css
add this code at the end of the file and save.

@media screen and (min-width: 990px) {
.header:not(.header--top-center) * > .header__search, .header--top-center > .header__search {
display: none !important;
}
}

result

If this was helpful, hit the like button and accept the solution.
Thanks