• How do I prevent page titles from showing up.
    I am using the TwentyFourteen theme.
    I have put the following code in the style.css and rtl.css files for the theme, but it doesn not help.

    .post h3 {
    display: none;
    }

    .post-title h3 {
    display: block;
    }

    The web address for the site:
    a2e.3ae.myftpupload.com

    Also, how do I get rid of LEAVE A REPLAY that shows up at the bottom of every page.

  • The topic ‘Page Title displays’ is closed to new replies.