I would like to add our telephone number to the top of all pages including the home page (preferrably at the very top just left of the facebook and twitter logos) perhaps in a 16pt font or so. Screenshot attached with desired area circled. Thanks.
Hello, 1. Add this code <span>Your Phone No.</span> in header.php file as shown below in screenshot. 2. Then Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .social_top span { font-size: 16px; display: block; float: left; padding-top: 17px; text-align: right; width: 72%; } It will resolve your issue. Thanks & Regards Yogesh Bhade
Thank you, it worked great for adding a text phone number. Just wondering, if i had a graphic with my phone number on it (with image of telephone etc.) how would i add that instead of the text? Thanks so much for your quick responses!
Hello, Use <span><a href=" "><img src="write image source here" /></a></span> in place of <span>Your Phone No.</span> It will resolve your issue. Thanks & Regards Yogesh Bhade