• 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;
    }

    https://www.ads-software.com/plugins/list-category-posts/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS for Date Display?’ is closed to new replies.