This topic has 6 replies, 3 voices, and was last updated 9 years, 1 months ago ago by Jack Richardson
Hello 🙂
I was wondering how it would be possible to remove
“Posted on October 14, 2012 by admin | Comments Off on Custom Engagement Ring and Band | Edit” section just under portfolio title.
Also, to remove the heading”Project Details” and to hide “comments closed”
Perhaps through some CSS, and what would that be ?
Sincere Thanks
Hello,
You can to add this code in custom.css
.article .entry-utility,
.portfolio-content h2{
display:none;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Fantastic, thanks so much Robert 🙂 and how do I remove the “commments closed” item it displays below the recent works slider?
sincerely,
LM
Hello,
Add this code in custom.css file:
#comments {
display: none;
}
Best regards,
Jack Richardson.
that did the trick 🙂
sincere thanks
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Remove or Hide info on Portfolio Page’' has been successfully resolved, and the topic is now closed for further responses