Title Bar on Pages Question

Discussion in 'Andrina WordPress Theme' started by rpickett578, Dec 18, 2013.

  1. rpickett578

    rpickett578 New Member

    Joined:
    Apr 21, 2013
    Messages:
    13
    Likes Received:
    0
    Is there any way to have the title bar on Andrina within a page (shown in a colored block type at the top of the page) customized to something that is more easily read by my customers... yet still have the actually <title> of the page remain the SEO optimized title that I currently have and need.

    Does this make sense? I can help clarify if needed. Thanks for any help!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .main-content .gallery h1, .main-content .page-content h1.contact, h1.single-heading, .page-content h1.page_title {
    color: red;
    background: yellow;
    }
    In place of "red" and "yellow" you can put your color or color code.
     
  3. rpickett578

    rpickett578 New Member

    Joined:
    Apr 21, 2013
    Messages:
    13
    Likes Received:
    0
    I think I didn't explain myself well.. I would like the TEXT of the colored title bar on my page to read different, but at the same time keep my SEO optimized title. In other words, how do I make the colored bar an H1 but keep my SEO <title> on the browser title at the top of the screen.

    Does this make sense? I can screenshot if needed.
     
  4. rpickett578

    rpickett578 New Member

    Joined:
    Apr 21, 2013
    Messages:
    13
    Likes Received:
    0
    Here is a screenshot of exactly what I mean.. I want to change the title section on pages to an H1 tag... BUT make sure that a different <title> tag will still show up on the top of the browser and Google will understand that it is the page title.
    [​IMG]
     
  5. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    As you are using yoast seo plugin so there is no need to put this much long title.
    Just add small title as page title

    titl.png

    and long seo based title at the "SEO title" textbox provided by seo plugin

    yoast.png

    I hope it will work for you.

    One more thing yoast seo plugin duplicating your page title.
    To resolve it.
    Open "header.php"
    and replace code given below with the code shown in the image.

    duplicate.png


    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page