I want to use css to hide page title on one specific page: https://wildwithin.art/shop I’m aware I can hide through the wordpress page builder but need to keep it on there so the titles show on the rest of the shop’s category pages.
I have tried the following css:
.page-id-12 .page-title { display:none !important; }
Tried with and without !important
as well as a few different classes but the title still shows