Hide Portfolio Title on Front Page
-
Congrats on the beautiful theme! I am currently working on my website (not published yet) using WordPress 4.9.2, the Minimalist Portfolio theme and the Easy Photography Portfolio plugin. After doing some updates, the portfolio title now appears on my frontpage.
I would like to hide the portfolio title on the frontpage, while keeping titles and subtitles on portfolio entries/pages.
The code below (CSS Customization) removed the portfolio title on my front page, but also on my portfolio entries/pages unfortunately.
.PP_Description {
display:none;
}I have therefore added the page id of my front page (96), but that didn’t work.
.page-id-96 .PP_Description {
display:none;
}Any suggestions?
The page I need help with: [log in to see the link]
- The topic ‘Hide Portfolio Title on Front Page’ is closed to new replies.