Viewing 7 replies - 1 through 7 (of 7 total)
  • You can use the class “lcp_catlist” to style the list with CSS.

    Hi,

    I have read several questions and answers for this some of the posts going back a few years.

    I have yet to find a solution that has worked for me.

    I don’t understand why it is so difficult to just remove the icon from the list.

    I have tried:

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

    Nothing i do removed the bullet point.

    Someone must have got this to work by now.

    Yes i have read the instructions but it didnt help me.

    Please, some help to sort this .

    Apart from the above this is an excellent plugin.

    .lcp_catlist { list-style: outside none none; } works for me

    Quiztoon – have you tried

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

    see e.g. http://www.w3schools.com/cssref/pr_list-style-type.asp

    for the syntax.

    my css file has

    /* todo: style for list category posts plugin*/
    #content ul.lcp_catlist {
    	padding:0px 0px 0px 0px; /*works*/
    }
    #content ul.lcp_catlist li {
    	list-style-type:none; /*doesn't work*/
    }
    
    #content article ul, #content article ul {
    	padding:0px 0px 0px 25px;
    }
    #content article ul li, #content article ul li {
    	/*padding:0px 0px 20px 0px;*/
    	font-size: 14px;
    	/*line-height:23px;*/
    	list-style: square !important;
    }

    For me, changing the list-style didn’t work, but removing that 25px of padding did. So maybe it’s a theme specific problem for some people.

    Where is the css file?

    I used the theme editor from the admin panel.

    resource:
    http://codex.wordpress.org/Editing_Files

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How do you remove the Bullets?’ is closed to new replies.