Title: Title CSS alteration
Last modified: August 30, 2016

---

# Title CSS alteration

 *  [Henge Digital – Giles](https://wordpress.org/support/users/giles/)
 * (@giles)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/title-css-alteration/)
 * 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.
 * [http://hemlockvalley.net/recipes/](http://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://wordpress.org/plugins/list-category-posts/](https://wordpress.org/plugins/list-category-posts/)

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

 *  [aehwp](https://wordpress.org/support/users/aehwp/)
 * (@aehwp)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/title-css-alteration/#post-6755994)
 * 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.
 *  [diywebco](https://wordpress.org/support/users/diywebco/)
 * (@diywebco)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/title-css-alteration/#post-6756276)
 * 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.

 * ![](https://ps.w.org/list-category-posts/assets/icon-256x256.png?rev=2517221)
 * [List category posts](https://wordpress.org/plugins/list-category-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/list-category-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/list-category-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/list-category-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/list-category-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/list-category-posts/reviews/)

## Tags

 * [code](https://wordpress.org/support/topic-tag/code/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [ul](https://wordpress.org/support/topic-tag/ul/)

 * 2 replies
 * 3 participants
 * Last reply from: [diywebco](https://wordpress.org/support/users/diywebco/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/title-css-alteration/#post-6756276)
 * Status: not resolved