• Hello,

    Thank you for such a great plug-in. I just have a couple of questions:

    1) I would like to remove the bullet-points on my list. How can I do that?

    2) I would like to change the order of when the different things appear. Right now it’s title, thumbnail, and then excerpt. I would like it to go thumbnail, title, and then excerpt. How can I fix that?

    Thank you again for creating this plug in!

Viewing 3 replies - 1 through 3 (of 3 total)
  • To remove bullets, in your additional CSS add this code:

    
    .lcp_catlist li
    
    {list-style:none}

    (of course using that you can also style the text, add borders, backgrounds etc)

    Can posts be displayed like this:

    <date>
    <title>

    <post>

    <horizontal line>
    <date>
    <title>

    <post>

    <horizontal line>

    Thank you,
    Peter.

    Following this post. I am also interested in this type of setup for displaying categpries like this:
    <wrap post title around it>
    <line>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove bullet points and change order’ is closed to new replies.