Remove category text from image posted
-
How can I remove the “category” text from showing up on the image when the post displayed?
I appreciate your help with the css code needed to do this.The blog I need help with is: (visible only to logged in users)
-
Hi there.
Your category links are inside an element whose class is .cat-links, and you can mark it to not be displayed with a little bit of css magic. Try this:
.cat-links { display: none; }If you have additional questions, we’ll be glad to try to help :)
-
-
- The topic ‘Remove category text from image posted’ is closed to new replies.