Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #132414
    mventres
    Participant

    I have the pages titled, and they show on the menu but they also show on each page. Like my home page says X home page just below the menu bar. How can I get rid of that on all pages across the site?

    #132429
    Skandha
    Participant

    @mventres: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .entry-title {
        display:none;
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    #132461
    mventres
    Participant

    That worked thank you

    #132467
    Skandha
    Participant

    @mventres: Glad that worked out!

    Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How do I get rid of the title showing on each page?’ is closed to new replies.