Hide H1 on Frontpage

Hi,
so i made a static frontpage in wordpress recently and want to hide the H1 only on this page.
I want to replace it under a embedded video in the wordpresseditor.
Best regards.

Hi @nghtmre,

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

You can try hiding it by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

body.home h1.entry-title {
    display: none;
}

Best Regards,
Movin