Title: CSS for Date Display?
Last modified: August 21, 2016

---

# CSS for Date Display?

 *  [pkirill](https://wordpress.org/support/users/pkirill/)
 * (@pkirill)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/css-for-date-display/)
 * I’ve been through all 18 pages of posts and haven’t found the solution to the
   problem.
 * when I use
 * > [catlist id=15 title_class=lcp_catlist thumbnail=yes thumbnail_class=thumbnews
   > date=yes date_class=”lcp_date” thumbnail_size=85,85 excerpt=yes excerpt_size
   > =30 excerpt_tag=”span” excerpt_class=”lcp_excerpt” ]
 * in my page
 * and
 * > .lcp_date{
   >  display: block; font-weight: bold; }
 * in my theme’s style.css, the way the date displays does not change. It is inline
   with the title and not bold. I ahve other CSS customization to the title and 
   thumbnails that is working fine.
 * Any tips?
 * Thanks.
 *     ```
       .thumbnews {
       position: absolute;
       left: 0;
       top: 3px;
       }
       .lcp_catlist li {
       clear: both;
       display: inline-table;
       padding-left: 110px;
       margin-bottom: 40px;
       position: relative;
   
       }
       .lcp_catlist a {
       color:#a01717;
       font-size: 18px;
       font-weight:bold;
       font-family: "Trebuchet MS", Helvetica, sans-serif;
       text-decoration: none;
       }
       span.lcp_excerpt {
       display: block;
       font-family: sans-serif;
       font-size: 14px;
       }
       .lcp_date{
       display: block;
       font-weight: bold;
       }
       ```
   
 * [http://wordpress.org/plugins/list-category-posts/](http://wordpress.org/plugins/list-category-posts/)

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

 *  Plugin Author [Fernando Briano](https://wordpress.org/support/users/fernandobt/)
 * (@fernandobt)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/css-for-date-display/#post-4275418)
 * You need to add a tag for date. Try something like:
    `date=yes date_class="lcp_date"
   date_tag="span"` And the date will show up like this: `<span class="lcp_date"
   >October 23, 2013</span>`
 *  [Andham75](https://wordpress.org/support/users/andham75/)
 * (@andham75)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/css-for-date-display/#post-4275468)
 * How can I get the date to display under the title?
 * [http://brynskolekorps.no/aspirantkorpset/](http://brynskolekorps.no/aspirantkorpset/)

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

The topic ‘CSS for Date Display?’ is closed to new replies.

 * ![](https://ps.w.org/list-category-posts/assets/icon-256x256.png?rev=2517221)
 * [List category posts](https://wordpress.org/plugins/list-category-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/list-category-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/list-category-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/list-category-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/list-category-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/list-category-posts/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Andham75](https://wordpress.org/support/users/andham75/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/css-for-date-display/#post-4275468)
 * Status: not resolved