Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #99224
    Onna
    Participant

    Hi
    I removed the titles on each of my pages by this code:
    .page .entry-title { display: none; }

    but then that removed all titles from my posts.
    Which I want to keep. Can you please help me figure out how to have blogs still use the title automatically from my title, rather than me writing an extra line.

    See OnnaLoMD.com/blog, versus OnnaLoMD.com/Meditation-for-balancing-nervous-energy

    Thanks.

    #99251
    Mahesh
    Keymaster

    @onnalomd: I checked you site, for now, titles are hidden from both of the pages. Please let me know in which you want to keep the title and hide on others?
    http://onnalomd.com/blog/
    Or
    http://onnalomd.com/meditation-for-balancing-nervous-energies/
    Let me know further.

    Regards,
    Mahesh

    #99314
    Onna
    Participant

    Hi Mahesh

    I deleted the code .page .entry-title { display: none; }
    So my question is:
    How can I have page title not show up on body of text, but use a code that won’t affect my post titles?

    Thanks.
    Onna

    #99334
    Mahesh
    Keymaster

    @onnalomd: Please add the following CSS:

    .page #main .page .entry-title {
        display: none;
    }

    Note: This will hide title from pages only not from post.

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to keep post titles while deleting page titles?’ is closed to new replies.