Cannot Remove Page Titles

Hello,

I have the Illdy theme and have not been able to find a solution, to remove the page title HOME. I searched the forum topics and tried the css codes suggested, but none of them have removed the page titles.

Please help,
Thanks

Hey there

I hope you are well today and thank you for your question.

For clarity, Can you please send a screenshot of exactly what you’d like to be removed.
And if possible share your URL so we can generate the code specific to your needs.

Best Regards,
Support

Hello,

Thanks for the quick response.

I’m still working on the website and it is currently under construction, so I cannot list the URL, but what I am trying to remove are the page titles like HOME - LOGIN - BLOG, etc that appears on all pages as their menu titles. I am using the Illdy theme on WordPress.

Hello there,

I hope you are doing well today.

I am not sure what is the specific title but you can use the following CSS code to remove the title by going to Appearance > Customize > Additional CSS and pasting it there.

/*Remove title*/
#blog .blog-post .blog-post-title {
    display: none;
}

Best Regards,
Support

Hi support,
I’ve attached a screen shot of what I am talking about.
The word HOME is what I want to eliminate.

Thanks

Hello there,

Please try using this CSS code to remove the home text:

/*Remove home text*/
#about .section-header h3 {
    display: none;
}

Best Regards,
Support

Hi support,

Thanks for the code, but unfortunately it didn’t work. Any other suggestions?

Thanks

Hello there,

I would have to be able to access the page in order to provide more accurate code to fix this issue.
Would you be bale to provide access to the page?

Best Regards,
Support