Title: [Plugin: Category Shortcode] CSS styling &#8211; hide date, author, etc.
Last modified: August 19, 2016

---

# [Plugin: Category Shortcode] CSS styling – hide date, author, etc.

 *  [cjvannette](https://wordpress.org/support/users/cjvannette/)
 * (@cjvannette)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-category-shortcode-css-styling-hide-date-author-etc/)
 * I’m having trouble hiding the date, author, and category name. I see the bit 
   about the div classes, but it’s not working for me. What exactly do I need to
   add to my stylesheet?
 * [http://wordpress.org/extend/plugins/category-shortcode-w-generator/](http://wordpress.org/extend/plugins/category-shortcode-w-generator/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [jonhazlewood](https://wordpress.org/support/users/jonhazlewood/)
 * (@jonhazlewood)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-category-shortcode-css-styling-hide-date-author-etc/#post-1937468)
 * Hi, you can use the CSS I’ve used as a starter
 *     ```
       div.csc_post               { overflow: hidden; margin-bottom:10px}
       div.csc_post_thumbnail     { float:left; margin: 0 15px 0 0; border: 1px solid #C0B6AA; }
       div.csc_post_thumbnail img { width:75px; height: 75px;}
       div.csc_post_author        { display:none;}
       div.csc_post_category      { display:none;}
       div.csc_break              { clear:both}
       ```
   
 *  [deyson](https://wordpress.org/support/users/deyson/)
 * (@deyson)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-category-shortcode-css-styling-hide-date-author-etc/#post-1937570)
 * How would I hide the continue reading link?
 * Thank you 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Category Shortcode] CSS styling – hide date, author, etc.’ is
closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/category-shortcode-w-generator.svg)
 * [Category Shortcode](https://wordpress.org/plugins/category-shortcode-w-generator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/category-shortcode-w-generator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/category-shortcode-w-generator/)
 * [Active Topics](https://wordpress.org/support/plugin/category-shortcode-w-generator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/category-shortcode-w-generator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/category-shortcode-w-generator/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [deyson](https://wordpress.org/support/users/deyson/)
 * Last activity: [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-category-shortcode-css-styling-hide-date-author-etc/#post-1937570)
 * Status: not resolved