How to display search icon in Dawn theme's header?

Show More

Hi,

I’d like to have the search icon/option in my header.

When I’m in customization mode the icon shows up, but then it doesn’t show up on my website, other than the main menu, where I’ve also put it.

What am I’m missing?

Printscreens attached.

http://alata.pt

Hi @zohia
Have a look on this image and remove the code in file base.css,
This code hide the search on desktop view

Thank you so much, you have been so helpful!

Hello @zohia

This is GemPages - A powerful Page Builder. Because on screen Desktop and Laptop, the icon search is hidden https://prnt.sc/4tDEgQddEY0Z . So, If you want to show it, please go to Online Store > Themes > click 3 dots button > Edit code https://paste.pics/edit/JQ278 and add code at the end of the file Base.css https://paste.pics/JQVQ7

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

Work result: https://prnt.sc/a_mrWKG5DsvO

Hope my recommendation can works and support for you! :grinning_face:

Kind & Best regards!
GemPages