How to delete Chunk entry-format?
-
I want to remove the “entry-format” from my site, so the kind of posting it is will be hidden/gone. How do I do this?
http://lornastasiw.com/portfolio-4/ All of my postings are listed as “Gallery”, and I don’t want it to do this
The blog I need help with is: (visible only to logged in users)
-
-
-
-
Hi!
I’m having the same issue. I want to hide the “standard” category that is showing up on all of my posts.
I tried this:.entry-format {
display: none;
}But it’s still there. Any ideas?
Thanks!
Mary -
This thread wasn’t about hiding categories on Chunk, it is about hiding something else. To hid categories in Chunk you have to use this:
.cat-links { display: none; }
- The topic ‘How to delete Chunk entry-format?’ is closed to new replies.