Suburbia theme replacing site title with image affects display

  • Unknown's avatar

    Hi there. I use the Suburbia theme and I’ve used the CSS editor to replace the site title with an image because the title of my blog looked quite weak. I used the following code on my blog http://lifeasawidower.com

    #site-title {
    background: url(‘http://lifeasawidoweurgh.files.wordpress.com/2013/12/screen-shot-2013-12-22-at-01-10-581.png’) no-repeat scroll left top / contain rgba(0,0,0,0);
    height: 45px;
    }

    This worked really in making the site look better but the problem I now have is that since replacing the site title with an image, the blog’s title is no longer included on the browser window and I worry that it’ll affect search engine displays. Is there any way to remedy this please?

    Thanks a lot.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    No need to worry: hiding the actual blog title makes it invisible to human visitors, not to search engines. SEs don’t read what’s on your browser window, they read the HTML of your page. If you check the sourcecode of your page you’ll see that the blog title is there, several times, no matter what you do with your CSS.

  • The topic ‘Suburbia theme replacing site title with image affects display’ is closed to new replies.