• Hello, I created a new page (I am using the Activello default template) but I cannot remove the page title from displaying. I have tried everything in the CSS with display: none; but don´t know where to insert that, so that the page title is not seen anymore.

    Thank you for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there

    Please try this CSS and let me know if it worked:

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

    in case it’s not worked please come back with the URL of your page

    hi,

    I have the same issue y try the ccs code but nothing. I needed to remove the site title and the site title space.

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove page title’ is closed to new replies.