How can I remove search bar from wordpress?
The topic ‘How can I remove search bar from wordpress?’ is closed to new replies.
Need help? Check out our Support site, then
Hi, I want to remove or desinstall the search bar and I don’t know where or how..
can you help me with this?
Thank you!!
The blog I need help with is: tudigitalmarketer.es
Hi,
You can remove the search from the header right by adding the following CSS in Custom CSS:
#social-search-wrapper {
display: none;
}
Regards,
Sakin
The topic ‘How can I remove search bar from wordpress?’ is closed to new replies.