• Resolved weebit

    (@weebit)


    The title of my page was showing on the right side. I deleted this because I created my own header picture, with text on the left, and replaced the picture that came with the theme. Thus my title was included in the new header image. I went through the options, and deleted the title, and snip text in WP so it would not show up on front page. But in the header tag file section I included <title> my title here</title> and it’s not working. How do i get this to work without having it show on my new header pic?

Viewing 6 replies - 1 through 6 (of 6 total)
  • a:
    insert the blog title into ‘settings’ ‘general’ ‘site title’

    b:
    there are css methods to move the title away out of sight from the header image –
    try and use either of them on the style of the header title:
    display:none;
    visibility: hidden;
    text-indent: -9999px;

    details depend on your theme;

    link to your site?

    Thread Starter weebit

    (@weebit)

    a:
    insert the blog title into ‘settings’ ‘general’ ‘site title’

    Thread Starter weebit

    (@weebit)

    done

    #header h1, #header p strong { visibility: hidden;; }

    try and add this to style.css of your theme, somewhere close to the /* Header */ styles.

    Thread Starter weebit

    (@weebit)

    I found this:

    /* Header */
    #header {position: absolute; margin:0 0 0 40px; width:350px; left: 50%; text-align: right;}
    #header h1 {background-color:inherit; color:#FFFF99; font-size:2em; letter-spacing:-1px; margin:30px 30px 0 0;}
    #header h1 a {background-color:inherit; color:#FFFF99; text-decoration:none;}
    #header h1, #header p strong { visibility: hidden;; }
    #header p {background-color:inherit; color:#FFFF99; font-size:1.1em; font-weight:bold; line-height:1.3em; margin:10px 30px 0 0;}
    #frontphoto {margin:0 0 10px;}

    as you can see…. where I put the text… it is working.

    Thank you for your time and support.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘header tag title’ is closed to new replies.