Title showing up twice

Hello,

I would like to know how I can remove the title of my page that appears under my header in my pages. I tried removing the title with a plug in but then the title won’t appear in the header.

Hello,

You should try this CSS solution to hide the pages titles:

article .blog-post-title { display: none; }

Ideally, the above CSS code should be placed in a child’s theme style.css

However, you can use a plugin like Simple Custom CSS or place it directly in Dashboard > Appearances > Editor > Style.css
That being said, please keep in mind that this will get erased if you replace/update the theme files.

Let me know if you got everything alright.

Regards

Thanks for getting back to me. Unfortunately the title still shows up. I tried to use the simple custom css plug in and the editor and none worked…any idea what I can do?

Please send me the website link so I can have a closer look and maybe adjust my code, if that’s the issue.

Regards

here’s the link: website

Hello,

The code from before should be working just alright, please make sure that you are loading the CSS:

h1.blog-post-title { display: none !important; }

Let me know if you got it working alright.

Regards