Viewing 2 replies - 1 through 2 (of 2 total)
  • Cutomize your (Child theme, prefered), then get to Advance Options, then Additional CSS.
    Add below codes:

    /* — Hide ALL Pages/Posts TITLE — */
    .page .entry-header {
    display: none;
    }
    .post .entry-header {
    display: none;
    }

    Thread Starter met45

    (@met45)

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Customizr 4.0.1] Removing page titles’ is closed to new replies.