• Resolved wbeinart

    (@wbeinart)


    I am using an image as my blog header, but in order to not display the “Blog Title” & Tag Line from display (I have blanked it out in my Settings). I know this is SEO suicide, but I do not know the correct way to hide this from display and yet provide the search engines with this most valuable info. Please help my blog is https://www.thedoodledaily.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Put the title and tag line back in and then add the following to the bottom of style.css:

    #headerimg h1,.description {
    position:absolute;
    top:-5000px;
    left:-5000px;
    }
    Thread Starter wbeinart

    (@wbeinart)

    Thank You very much, that worked like a charm. Now if only I can solve my other side bar issues.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hiding Blog Title, Tag line from display’ is closed to new replies.