Providence theme how to hide single page title

I’ve seen many solutions to this question but none that work with my theme, providence. Any help would be greatly appreciated!

-Michael

Hi @TDC22 ,

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.scss->paste below code at the bottom of the file:

.page .page-header .title {
    display: none !important;
}

I hope it would help you
Best regards,

Richard | PageFly

That worked! Thanks so much! :folded_hands: