Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2466
    klrouth
    Member

    There is a very large h1 tag on all pages, so the home page has a huge title HOME right above the content.    I don’t want to make it smaller I want to delete it.

    #2482
    Sakin
    Keymaster

    @klrouth: You mean the page title. Then add the following css in Custom CSS box to disable it. Go to “Theme Options -> Theme Options -> Custom CSS”

    h1.entry-title {
    display: none;
    }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Delete h1 tag on pages’ is closed to new replies.