• Hi there,
    On this site I’m just wanting ot use WP as more of a container so I don’t want any blog style attributes. Most of it I have gotten rid of but I can’t shift the title. Ideally I don’t want the title or the space where the title should be, so the header just joins the background image in the post below. Help much appreciated!

    kylie.tru-thoughts.co.uk

Viewing 2 replies - 1 through 2 (of 2 total)
  • look into your html code in your browser (‘view’ ‘source’), and find the space where the title and so shows. find the <div>s that surround the title words.
    then go into your style.css and set these id’s or classes to ‘display:hidden’.
    or go to your header.php and find these div’s and delete the corresponding code.

    If you want to remove the “header” as in the album art and the title text block at the top of the blog page you can add this to the bottom of your style.css file in your theme:

    #header{display:none;}

    … or you can find the #header section in your style.css file and add the line:

    display:none;

    between the beginning “{” and the ending “}” of the #header element.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove title and all space for title’ is closed to new replies.