• Resolved dbonovas

    (@dbonovas)


    Greetings to everybody.

    How can i remove the page title on all pages on Iva theme?

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • There are two ways to go about this.

    1. Use a plugin. https://wordpress.org/plugins/hide-title/

    2. Use CSS to remove the page title. Add the following CSS to your style.css and it should remove it.

    .entry-title { display:none; }

    If that doesn`t remove it then I would try some of the following.

    .page-title { display: none; }

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

    Hopefully one of those works.

Viewing 1 replies (of 1 total)

The topic ‘Remove page title’ is closed to new replies.