Viewing 2 reply threads
You must be logged in to reply to this topic.
Hi,
I’m looking to remove the Portfolio Category slug from the ‘Recent Portfolio’ items, see the following page for an example of where I want to remove the Category slug:
So I can update myself should I update the theme down the track, can you let me know what FTP files I should be editing and the associated changes?
Thanks!
Hello,
Please add this code into your custom css box:
.portfolio-item.grayscale .project h6 {
display: none;
}
Let us know.
Best regards!
You must be logged in to reply to this topic.