Hello Inkthemes, on the Golden Eagle theme at the very top there is social icons to the left and a search our site icon to the right. Is it possible to either remove the social icons (or search bar) and ad some text, ie Phone Number/s, or is it simpler to add the phone numbers in the centre of these icons? Thanks in advance. Adrian
Hello, Go to header.php present in your theme directory and add the code given below Code: <p class="contact-number">Enter your contact number here</p> Check image for reference Now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .contact-number { float: right; font-size: 20px; color: blue; } Thanks & Regards Gourav Shrivastava