Can you please give me the info to replace the Search bar in the header with contact information Thank you
Hello, Go to header.php present in your theme directory and replace the current code Code: <?php get_search_form(); ?> With code given below <p>ENTER YOUR CONTACT DETAIL HERE</p> Check image for reference now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: div.top_right_bar p { font-size: 15px; color: black; } Thanks & Regards Gourav Shrivastava