Hi there,
I’ve managed to hide the Featured Image, author and published date in the portfolio page. I just need to hide the project title too and I’m happy.
Can anyone help?
thanks
Hi there,
I’ve managed to hide the Featured Image, author and published date in the portfolio page. I just need to hide the project title too and I’m happy.
Can anyone help?
thanks
Hi,
Go to Appearance -> Customize -> Additional CSS and add this CSS Snippet in it,
.single-jetpack-portfolio .post-title { display: none; }
Change the #ff0000 to your required color, it will do the trick.
Let us know,
Thanks,
laranz.
Hi,
I want to hide the page title but only on the contact page (http://rogier-postma.com/contact/).
If I add ‘’.post-title { display: none; }’’’ into CCS all titles are hidden.
What do I need to fill in before ‘’.post-title { display: none; }’’ to only hide the contact page title?
Many thanks