I would like to replace the social media icons in the upper right of my theme with a search box. How can I go about doing this? Thanks in advance!
Hello, Go to front-page.php present in your theme directory and add the code given below Code: <?php get_search_form(); ?> Check image for reference Now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .social_wrapper{ height:120px; } Thanks & Regards Gourav Shrivastava