Please advise if I can add text such as contact number etc to the header where logo has been uploaded. I wish to add text in the header area not just to the logo. Thanks for your help.
Hello, Go to header.php file and edit there as shown below in screenshot. Use following CSS code Code: a.phone{ float:right; } It will resolve your issue. Thanks & Regards Yogesh Bhade
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: a.phone{ font-size: 12px; } You can change font-size like 11px, 12px, 13px etc. It will resolve your issue. Thanks & Regards Yogesh Bhade