This topic has 4 replies, 3 voices, and was last updated 10 years, 3 months ago ago by Eva Kemp
Hi you guys have been really helpful. i would like to remove the search widget of the Blanco theme from the top of the homepage since its not having the complete functionality of searching SKu and the likes. i want to replace it with a plugin which will place it in the product page.
I’d also like the META, ADMIN LOGIN from the primary side bar.
Hello,
Please provide us with wp-admin credentials in Private Content.
Regards,
Jack Richardson
Ok here it is.
Hello,
To remove search form you need edit the file header.php in wp-content/themes/blanco. Copy it to your child theme directory and remove the code
<div id="search">
<div id="site-description"><?php bloginfo( 'description' ); ?></div>
<?php get_search_form(); ?>
</div>
(lines 80-83)
To get rid of widgets in primary widget area you need add an empty Text widget into there and save it.
Regards,
Eva Kemp.
The issue related to '‘Remove search widget from homepage’' has been successfully resolved, and the topic is now closed for further responses