Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › header change when removing search icon › Reply To: header change when removing search icon
December 20, 2014 at 5:05 pm
#1384
Participant
Hello,
I believe you made a mistake while writing the username and password of a wordpress site.
You can use the custom CSS to hide the search icon, for example:
section#search {
display: none !important;
}
This doesn’t cause any problems on template, and it is easy to return the search icon back to site again.
Robert