Viewing 4 reply threads
You must be logged in to reply to this topic.
Hello,
my client wants me to remove the “Project Description” ( H4) from the Portfolio page(s)., and same for the
“Project Details” H4 title.
I believe I found the CSS tag using Firebug: “.portfolio_single h4”, but I am not sure how to change or delete them to prevent those headers from publishing.
Looking forward to your kind response,
Beatriz
Hello,
Yes, you got that right. Add this code into your custom css box:
.portfolio_single h4 {
display: none;
}
The ‘Project Details’ and ‘Project Description’ won’t show unless you remove this code again.
Best regards!
Thanks! that worked.
Since the custom css directory is not present, I just installed a plugin: “WordPress Add Custom CSS” and added your code, and viola!
Hello,
You do not need to install no custom css box. It is already incorporated in the theme. You can find it in ‘General Options’ > ‘Custom CSS Code’ (screenshot).
Best regards!
You must be logged in to reply to this topic.