Remove title from specific page

Good Afternoon all!

How do i remove the title from a specific page?
the page is the followin: http://www.pedaispelomundo.com/loja/
there is also a printscreen from the page.

Kind Regards,
Felippe Santana

Having the same issue, I used the title remover plug in but that just left the title as “Untitled”.

Would greatly appreciate some help!

Looked all over for css but none of them worked

Hi @maana,

If you want the title to be gone for that particular page means, Go to Appearance -> Customize -> Additional CSS and add this CSS Snippet in it,

.page-id-158 .post-title { display: none; }

158 is the particular page’s ID, If you want for all posts, then remove .page-id-158.

Let us know,

Thanks,
laranz.