Add The Title of Company On Website

Discussion in 'Local Business WordPress Theme' started by 1stopnonprofitshop, Aug 18, 2014.

  1. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    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.
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    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
     
  3. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    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.
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    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
     

    Attached Files:

  5. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    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?
     
  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    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
     

Share This Page