Latest Reply from Alice at 2016-09-29 02:31:46
Hi!!

I would like to know how I can remove the search box at the top of the theme and replace it with an image.

Can you tell me how to do this?
Hi!
Actually, we don't provide any services for editing themes for individual users.
However, we may point you to the right direction - look, first of all you will have to learn on how to manage styles for your new element (image you are inserting) with the use of this article:
https://smthemes.com/blog/browser-devtools-is-at-your-service-or-how-to-change-theme-colors/

But at first you have to edit top.php file of the theme that is located inside the wp-content/themes/YourTheme/ folder and delete the search box:

<div class="menusearch" title="">
<?php get_search_form(); ?>
</div>

Leave a reply

Add codeAdd image