My website address is www.onestopvirtualmarketingservices.com. I wanted to know if I can add my business name above the logo. I was told that you want your company name at the top left of the website where it's not in an image for SEO purposes. Would this be possible with this theme? I don't care if I would need to make the logo smaller.
Hello, Go to -->Appearance >> Editor and edit header.php file as shown in screenshot. Apply some css on business name as your requirment. Thanks & Regards Yogesh Bhade
Where would I apply the code in the header.php and what code would I put? All I want is for it to say One Stop Virtual Marketing Services above the logo on the top left.
Hello, Go to -->Appearance >> Editor and edit header.php file as shown in screenshot. Use wp editor for editing. Apply some css on your text using it's class as your requirment. Thanks & Regards Yogesh Bhade
The text worked, but how do I make it larger and black? I'm trying to edit the code, but it won't work. Can you tell me the code I need to use to do this? I want it like double the size and black. Having the name on top like this the way I did it will still help with SEO right? I know if you have the name in an image, the search engines won't find it...but they will be able to find it when adding it in HTML, correct?
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: h1.website { font-size: 29px; font-weight: 900; color: #111111; } adjust color according to your requirement. This will solve your issue. Thanks & Regards Pramod