• Resolved myz06vette

    (@myz06vette)


    Is it possible to hide the title text of each page that appears at the TOP of the post? It’s fine that it’s at the bottom so readers can continue; just wondering how to remove it from the top.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Sergio De Falco

    (@sgr33n)

    Hi, just add this piece of CSS:

    .entry-content .entry-subtitle {
        display: none;
    }
    Thread Starter myz06vette

    (@myz06vette)

    Exactly what I needed. Thanks a bunch.

    Hello!

    Is it possible to make this an option in the “Multipage Settings” rather than requiring the user to modify the css with each update? Also, could you allow the user to set the title of the first page in the Table of Contents? For example, instead of “Intro” maybe someone would like “Introduction”.

    Thanks,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hiding Titles at top of each post’ is closed to new replies.