Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Fernando Briano

    (@fernandobt)

    It takes a lot of time writing and maintaining the plugin’s documentation. Please take the time to read it:

    http://wordpress.org/extend/plugins/list-category-posts/other_notes/

    Just add a ‘lcp_catlist’ class to your css and add “list-style-type: none;” to it.

    Thanks.

    Thread Starter chrisidd

    (@chrisidd)

    Sorry, but I was confused by the documentation which is why I asked here.
    Anyway, thank you.

    Hi,

    Thanks for making the plugin. However, I could not find anything in the documentation that refers directly to making a class to remove the bullet points. I might be being a novice but I can not get it to work 🙂

    I’ve added the class to my customer css .cp_catlist ul {list-style-type:none;}

    and added it to the short code [catlist id=25 content=no numberposts=2 class=cp_catlist]

    Can anyone see where I’m going wrong here?

    thanks

    its lcp_catlist

    not working for me either… I posted the same css code as the author told me to.. inside my style.css it says:

    #lcp_catlist {
    ul {list-style-type:none;
    }

    Adam

    (@robinsontb21)

    okay so I added this to my css .lcp_catlist {list-style-type:none;} and I use this for my short code [catlist ID=1259 class=lcp_catlist orderby=date order=DESC numberposts=1 content=yes] but the bullet will not go away any idea what I need to fix here? I just need to get the bullet to disappear

    Adam

    (@robinsontb21)

    Found a solution worked for my may not work for everyone but this is what I used in my style sheet and it removed the bullet

    #content ul.lcp_catlist li {list-style-type:none;}

    Hi. To make a web page consisting of thumbnails of posts (products) which show the detail only by being clicked, I tried to hide all the features of the posts except for their thumbnails. For this reason I made a CSS class in Style Sheet: .lcp_class {display:none} for title and then I used it in shortcode scheme [catlist id=10 title_class=”lcp_class”]. There was no change on the title appearance. The strange point is, no way appeared to me to hide the content of the posts as well.
    Thsnk you for helping me.

    Regards

    @mehrshadk

    consider to start your own topic
    and please post a link to your site

    that will increase your chance of getting a reply …

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: List category posts] How to remove bullet points for the plugin "List Category Posts&q’ is closed to new replies.