• giles

    (@giles)


    I can’t get rid of the title bullet point for the list .. have tried everything that seems obvious and that I could find in the support forum here.

    https://hemlockvalley.net/recipes/

    [catlist name=recipes pagination=yes numberposts=5 thumbnail_size=200,200 thumbnail=yes morelink="Read more" excerpt=yes excerpt_size=300 excerpt_strip=no title_class=lcp_title title_tag=h4 thumbnail_class="lcp_thumbnail" title_class="lcp_title" class="lcp_class" class="lcp_catlist"
    ]
    .lcp_thumbnail {
    	margin: 10px;
    	padding: 0;
    	width: 200px;
    	float: left;
    	list-style: none;
    	border: 0 solid #000;
    	padding: 10px;
    }
    
    .lcp_title {
    	list-style: none;
    }
    
    .lcp_class {
    	list-style: none;
    }
    
    .lcp_catlist li a {
    	list-style: none;
    }
    
    .lcp_catlist img {
    	float: left;
    	margin: 5px 10px 5px 0;
    }
    
    .lcp_catlist li:after {
    	content: '.';
    	height: 0;
    	visibility: hidden;
    	display: block;
    	clear: both;
    }

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • aehwp

    (@aehwp)

    Your theme seems to set
    ul {list-style:square;}

    If you want none of your lists to have a bullet then try
    ul {list-style:none;}

    If you only want to stop your catlist lists having bullets then try
    ul.lcp_catlist {list-style:none;}

    It’s often quite helpful to go in and see what actual code has been generated. Depending on your browser, you can do something like right click on the part of the page you want to look at and ‘inspect element’. You can then see exactly what is setting what CSS on each line.

    Just wanted to say thanks to above members for giving me a clue on the css style /template issue. Still working out my own but now thanks to above example I have a chance to figure it out because the documention gives you the names but it was driving me crazy which ones to put where!
    But should the plugin author also read this, thanks to him also for adding the customfield & class options. I love this plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Title CSS alteration’ is closed to new replies.