Add this into the Custom CSS box located in your Salient Options panel :
/* hide title and date */
body .portfolio-items .col .work-info .vert-center {
display: none;
}
/* hide title only */
body .portfolio-items .col .work-item.style-3 h3 {
display: none;
}
/* hide date only*/
body .portfolio-items .col .work-info .vert-center p {
display: none;
}
I'd also like to hide the title and description of particular portfolio items, but when i tried the code you suggested:
/* hide title and date */
body .portfolio-items .col .work-info .vert-center {
display: none;
}
It hideas ALL of the titles of portfolio items, including ones which I have created custom content. How do I solve this please?
But they are on the same page? You can see here: http://waywestdesign.com/ The images are the portfolio items that I'd like to keep wth no text overlay, but the blank colour squares are custom and have text content which is now not visible?
Hi,
Is there a way to hide the project title of the in the portfolio thumbnail (version with zoom effect)?
Thank you!
Hey Michael!
Add this into the Custom CSS box located in your Salient Options panel :
/* hide title and date */ body .portfolio-items .col .work-info .vert-center { display: none; } /* hide title only */ body .portfolio-items .col .work-item.style-3 h3 { display: none; } /* hide date only*/ body .portfolio-items .col .work-info .vert-center p { display: none; }
Cheers
Salient Support Team
Works perfect thank you!!!
hm...this doesn't work for me. I am using a child theme. Could this be a problem?
http://www.architektur-visualisierung.build
Tim
Hey Tim!
Thats because you are using another project type. These should work for you:
Cheers
Salient Support Team
cool! you are realy fast!
thank you.
Hi,
I'd also like to hide the title and description of particular portfolio items, but when i tried the code you suggested:
/* hide title and date */ body .portfolio-items .col .work-info .vert-center { display: none; } It hideas ALL of the titles of portfolio items, including ones which I have created custom content. How do I solve this please?Hey,
You need to add the postid-nn next to the body css selector so it works only on that page.
body .portfolio-items .col .work-info .vert-center { display: none; }Best.
Salient Support Team
Hi,
Thanks for getting back to me.
But they are on the same page? You can see here: http://waywestdesign.com/ The images are the portfolio items that I'd like to keep wth no text overlay, but the blank colour squares are custom and have text content which is now not visible?
Hey ,
Please create a private ticket with your login credentials so i can have a look at which element you are referring to .
Best.
Salient Support Team