Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #873677

    ashafei
    Participant

    Hello,

    I would like to know how to globally “Disable Page Title” for all the pages in my site.

    Thank you… Ahmed

    #874061

    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Edit Global CSS:

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

    Hope it helps 🙂

    #874267

    ashafei
    Participant

    Excellent.. Works perfectly…

    Thank you Thai

    #874818

    Rue Nel
    Moderator

    You’re welcome!
    We’re glad we were able to help you out.