Hide Tags
- The topic ‘Hide Tags’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
Is it possible to hide my portfolio project/post tags with this theme?
The blog I need help with is: (visible only to logged in users)
My site is private at the moment so you will not be able to view it.
Hi Jessie,
yes, you could do this using the following custom CSS in the Customizer:
.entry-tags {display: none !important;}
Best, Ellen
Perfect! Thanks Ellen.