Mary Hess asked 7 years ago

How do I remove the search icon from this theme off of the header and down with the social media icons?

1 Answers
divjot Staff answered 7 years ago

Add the following code to custom CSS-

#search-icon {
display: none;
}

It should remove the search field from the header.
I am not quite clear on the footer part.
Can you please share the URL of your site so that I can take a look at the issue?
– Divjot