Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello!
I used a CSS for delete ‘project description’ and ‘project details’ from the portfolio single page because I preffer not to see it, as it is in english. (and I’ve tried MO PO files, but it didn’t works)
This is the code I wrote:
h4 {
line-height: 18px;
font-size: 0px !important;
}
it dissapears but the title of the portfolio at the image also dissapears.
Is there any way of put off ‘project description’ and ‘project details’?
thank you
Hello,
I added this code into your custom css box: .portfolio_single h4 {display: none;} and i commented out the previous one. Please check and let us know.
Best regards!
You must be logged in to reply to this topic.