• Hi All,

    I pieced some help together to make some styling – hopefully this will be of help to others. Basically the following will make the pagenator better, remove the li “dot” on the left hand side and do a little cleanup

    <style type=”text/css”>
    ul.lcp_catlist li:before,
    ul.lcp_catlist li {
    list-style-type:none !important;
    border-top: 1px solid black;
    content:none !important;
    padding-right:5px;
    }
    ul.lcp_paginator li:before,
    ul.lcp_paginator li {
    list-style-type:none !important;
    border: 0px;
    content:none !important;
    padding-right:0px;
    }
    ul.lcp_paginator li a {
    list-style-type:none !important;
    border: 1px solid black;
    padding:10px;
    position:relative;
    top:3px;
    }
    ul.lcp_catlist li a img {
    position:relative;
    top:-8px;
    }
    </style>

    https://wordpress.org/plugins/list-category-posts/

  • The topic ‘FYI extra styles’ is closed to new replies.