How to add category on the side of projects
- The topic ‘How to add category on the side of projects’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
I would like to add the category/date on the side of my projects like shown in the template ( https://prnt.sc/r0h5tf )
I’ve tried everything and it doesn’t seem to work.
Cheers!
The blog I need help with is: (visible only to logged in users)
Hello,
Well, it looks like there is Custom CSS class which is hiding portfolio meta data. Please remove this CSS class from Custom CSS:
.entry-meta .byline, .entry-meta .cat-links {
display: none;
}
And you will need to set color settings to some other color – e.g. white so project types and date will appear on the side.
Thank you,
– Djordje