Viewing 1 replies (of 1 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    CSS Solution:

    This will get rid of that page title, but sadly because the CSS for the theme you are using is not rich in CSS selectors, it will also get rid of the title for other pages such as Privacy Policy, Earning Disclaimer and Contact Us.

    #page_head {
    display: none;
    ]

    If you also want to get rid of the extra dotted border at the top of the first post, do this.

    #wrapper {
    border-top: none;
    }

    You could edit the category.php or archive.php file (depending on the theme) and get rid of it there. I don’t have access to those files, so you will have to do some investigation on your own on that.

Viewing 1 replies (of 1 total)

The topic ‘Head Topic’ is closed to new replies.