Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #244482
    Ushas Joy
    Participant

    Each of my pages has the title on it. Such as (Main page, Services,etc) I want to get rid of the title while also taking out the space that it created.
    joynblissevents.com/contact/
    is just one page but this shows how it shows contact two times.

    #244498
    Skandha
    Participant

    @ushasj: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page #masthead, .page .page-title {
        display: none;
    }
    .page #content {
        padding: 0;
    }

    Let me know if this solves your issue.
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Removing page titles’ is closed to new replies.