• Hi again,

    I tried to remove the title as described in the plugin’s FAQ, using title_class within the shortcode, but it did not succeed. I guess it’s the same issue as the bullet dots yesterday, but I dunno what to look for in firebug.

    [catlist id=3 title_class=lcp_title numberposts=1]

    tried these statements in style.css:

    .lcp_title{display: none;}
    .post-content ul.lcp_title{display: none;}
    .post-content ul.lcp_title li{display: none;}

    Again, the page-link: http://www.filmfutter.com/78494-2/

    I hope it’s not too much to ask for in 2 days 😉

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • the plugin’s instructions regarding the ‘title_class’ are ommitting the fact that you also have to set the ‘title_tag’ to get it to work;

    example:

    [catlist id=3 title_tag=span title_class=lcp_title numberposts=1]

    Thread Starter freshes

    (@freshes)

    thanks works like a charm 😉

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove/format title with title_class’ is closed to new replies.