How to close up spacing in my resume
-
Hi, there isn’t a direct way to edit that page title, which is created by the theme files, but we can use a little trick to hide it and then add “Portfolio” instead with the following CSS. The first rule makes the title invisible and the second adds “Portfolio” and sets it to visible.
.post-type-archive-jetpack-portfolio .page-title { visibility: hidden; } .post-type-archive-jetpack-portfolio .page-title:before { visibility: visible; content: "Portfolio"; } -
Hi [sorry for the long delay] – thank you for this. I don’t know where to plug this in. There is no code window for the Portfolio page.
-
That is custom CSS. You enter it at Appearance > Customize > CSS. Place that code at the bottom of any existing CSS you have already entered.
-
-
- The topic ‘How to close up spacing in my resume’ is closed to new replies.