Changing Portfolio Title Page
-
I have added a portfolio page on my website: http://benoittremblaypub.com/project-type/electronique/
But I would like the title to be just ‘ELECTRONIQUE’ and not ‘Project Type: ELECTRONIC’.
I have 2 other pages that have the same problem
Thanks
Ben
The blog I need help with is: (visible only to logged in users)
-
-
-
The title Arbre du projet : ÉLECTRONIQUE on portfolio pages is created by the software as one single line of text, so we cannot hide just part of that line. The following would hide it completely though.
.tax-jetpack-portfolio-type .page-header { display: none; } -
Thanks for the info, but I would like to keep the project type name written on top of the page. Is it possible to do it?
-
I see that you are using the :after CSS pseudo class to add the titles you want on the project type pages. That is the only way. I hadn’t mentioned this as it requires a CSS rule for each and every project type page, and if you keep adding projects, your CSS file can get quite long and that can slow site loading times.
-
I found a code that you had previously posted to someone else and it works perfectly. As you mentioned, i had to duplicate it a couple of times, but my site won’t grow very much according to menus. Thank You Very Much.
-
- The topic ‘Changing Portfolio Title Page’ is closed to new replies.