Page titles

Hi!

I hope you could help me with this issue.

Page titles appear too big and, oddly, in a big red rectangle. I added a plugin to hide page titles. It worked out, but now when I open a page the red rectangle appears for a second and disappears.

I would like to get rid of this odd thing all together.

Thank you.

Hi @wafa,

Thank you for your question.

Could you please share me the page URL from your site where it is displaying like that so that i can troubleshoot it?

Kind Regards,
Movin

Hi Movin,

This is the URL of a sample page where I unchecked “Hide title” to show you how the page title appears.
http://www.grammarexercises.net/grammar-exercises/past-simple-tense-exercise/

Thank you.

I visited your shared site and it seems this is happening because of tablepress plugin that you are using on your site so to confirm it please try temporary deactivating tablepress plugin and see whether everything works fine.

If you want to remove this page title then you can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Unite Options -> Other -> Custom CSS

body.page header.entry-header.page-header {
    display: none;
}

Hi Movin!

Thank you very much for your help.

As you said, it was the Tablepress which was causing all this mess, but deactivating it would kill my established tables. So I opened the plugin options and disabled the “Custom CSS” there. It worked!

Many thanks again.

You are most welcome here :slight_smile: