CSS used to remove "Portfolio" at the top of page
-
I’m looking to remove the “Portfolio” text at the top of my portfolio page: https://cyclerevive.com/portfolio/
The blog I need help with is: (visible only to logged in users)
-
Hi websitemoderator,
If you want to remove only the text, add this CSS code
.section-title { display: none; }If you want to remove the whole container with the text, add this CSS code
#section-top { display: none; }Hope that helps.
Have a nice day!
- The topic ‘CSS used to remove "Portfolio" at the top of page’ is closed to new replies.