• Is there a code I can use to show post titles on blogs only? I don’t want them on general site pages, only my individual blog posts. Thanks!

Viewing 1 replies (of 1 total)
  • Hi,

    You can target pages with:

    .page .post-page-head-area {
    display: none;
    }

    It will leave post title areas in single blog posts unaffected. The CSS can be added to Appearance > Customize > Custom CSS.

    Regards,

    Emilio Rivera
    WPtouch Support

Viewing 1 replies (of 1 total)
  • The topic ‘Show post titles on blogs only’ is closed to new replies.