How to remove page title for Sparkling WordPress theme

HI can you tell me how i can remove the page title from the showing. at the moment i have the page title and the h1 title showing.
Thank you

Hi @dellermedia,

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

You can remove the page title from the single pages by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

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

Best Regards,
Movin

Thank you i will try that out.

Like dellermendia, I want to remove page title from the single pages. Using the Full Frame option (Appearance>Select Theme to Edit>Full Frame) - there is no “Apperance -> Theme Options -> Other -> Custom CSS” path in the Dashboard.

How can I remove page title from the home and single pages. It is a static page site, not a blog site.

Hi @tileguy,

I hope you are well today.

To help keep support thread separates you should create your own thread for your question here https://colorlibsupport.com/c/sparkling/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

Cheers,
Movin