Hello,
I have found out that we are missing a search icon on our store. The place where the icon should be located is clickable and the search bar appears but the icon is invisible.
Could you please help me out?
https://cs.primeroscondom.com/
Thank you
Tereza
Did you try to update your theme version?
Hello @mas_prim ,
I checked and found search icon code is in the comment so you have to active that code. for do this you have to find by pressing (Ctrl + F) this code id=“icon-search” in your theme.liquid file or header.liquid file and just uncomment the code. your search icon code will show like below screenshot.
I hope you can do this easily 
Thank you
Hello @mas_prim
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.modal__toggle-close {
display: block !important;
}
Hello, thank you! It works!
Tereza
I’m glad to hear that it worked for you.
Let me know if you need any further assistance.
Hi @saim007 ,
That was so brilliant solution. I just want to clarify I already notice that it was hidden its because of the slot element? I thought this need to write some html to make the icon visible in css. Im diving to critical solution when there is an easy one. 
Hi @Made4uo-Ribe Thank you so much for your appreciation. First time I also thought it was hidden from the CSS side but when I check the whole code then I found someone code is in comment. Again thanks keep in touch 
Hi Sandeep, I’m having the same issue. Like this?