Archives: Projects
-
I have a portfolio page on my website (theme is Floral) but I can’t figure out how to get the text at the top that says “Archives: Projects” to go away. Help?!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can use the following CSS code:
.page-title { display: none; }You can insert that code in the CSS box found in your site’s Customizer (My Site > Design > Customize > CSS).
-
Actually, it’s better to use the following code as it will only target that specific page:
.post-type-archive-jetpack-portfolio h2.page-title { display: none; }
- The topic ‘Archives: Projects’ is closed to new replies.