• Hi!

    I’m not a wordpress expert and just learning the ropes. I’ve started my website and I’m trying to hide my Title without deleting it for SEO purposes. I have my logo up and want it to be in place of the Title. I was wondering if anyone can help me. I’ve tried a few ways and it just doesn’t seem to work.

    My site is https://www.postgradproject.com

    Any help would be greatly appreciated.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’d imagine that you could do this through CSS (style.css), although you might run the risk of picking up some hidden text penalty if you’re too sneaky with it.

    (welcome to WP by the way! ??

    Well, your background color is #555555, so find the following in style.css:

    #header h3 a {
    color:#FFFFFF;
    font-size:260%;
    font-weight:100;
    line-height:28px;
    text-decoration:none;
    }

    and change the color to color:#555555;

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide Title and replace with logo’ is closed to new replies.