How to delete Chunk entry-format?
The topic ‘How to delete Chunk entry-format?’ is closed to new replies.
Need help? Check out our Support site, then
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 lornastasiw.com.
Add this:
.entry-format {
display: none !important;
}
B-E-A-UTIFUL. Thanks again, my css hero!
You are welcome.
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.