Viewing 4 reply threads
You must be logged in to reply to this topic.
I’d like to remove project description and project details. Where do I do this? I don’t see it in the single-portfolio.php.
Please advise
Hello,
You don’t need to edit theme files. Please add these lines into your custom css box:
.description {
display: none;
}
.single_portfolio_container .details {
display: none;
}
Best regards!
I want it to display the product details without the default text of “project description” and “project details”.
You must be logged in to reply to this topic.