Title: Class (CSS) for plugin
Last modified: August 20, 2016

---

# Class (CSS) for plugin

 *  Resolved [RoyalMess](https://wordpress.org/support/users/royalmess/)
 * (@royalmess)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/class-css-for-plugin/)
 * How do i configure the class (CSS) to make the titles colored/bold?
 * Like i did with this:
    h2 { font-family: DINBold; color: #ce382d; margin-bottom:
   12px; font-size: 36px; }
 * [http://wordpress.org/extend/plugins/list-category-posts/](http://wordpress.org/extend/plugins/list-category-posts/)

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

 *  Thread Starter [RoyalMess](https://wordpress.org/support/users/royalmess/)
 * (@royalmess)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/class-css-for-plugin/#post-3461846)
 * Anyone please?
 *  Plugin Author [Fernando Briano](https://wordpress.org/support/users/fernandobt/)
 * (@fernandobt)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/class-css-for-plugin/#post-3461849)
 * If you want to apply a CSS class to the title **[PLEASE READ THE DOCUMENTATION](https://wordpress.org/support/topic/class-css-for-plugin/wordpress.org/extend/plugins/list-category-posts/other_notes/?output_format=md)**,
   it clearly says how to do it for the title under **HTML & CSS Customization**.
 * If you’re asking for the CSS then that’s not a question about the plugin, but
   that would be something like:
 *     ```
       color: #f00;
       font-weight: bold;
       ```
   
 *  [nemanja.radevic](https://wordpress.org/support/users/nemanjaradevic/)
 * (@nemanjaradevic)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/class-css-for-plugin/#post-3461872)
 * i also put stlyes in tags and s it not working i had to hardcode in the code 
   some classes but i still cannot hardcode the date class
 * [catlist id=”224″ date=”yes” date_class=”news-date” dateformat=”l F dS, Y” excerpt
   =”yes” excerpt_overwrite=”yes” excerpt_size=”30″ excerpt_strip=”yes” thumbnail
   =”yes” thumbnail_size=”100,100 ” orderby=”date” order=”desc”]
 * none of those classes works and that is why i had to edit catlist.php and catlistdisplayer.
   php to put 2 classes
 * [http://www.eventhuse.com/general-stag/news/](http://www.eventhuse.com/general-stag/news/)
 * if anyone knows please tell me how to correct my shortcode so i can add the classes
   for there
 *  [hunter44](https://wordpress.org/support/users/hunter44/)
 * (@hunter44)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/class-css-for-plugin/#post-3461886)
 * The PLEASE READ THE DOCUMENTATION link given above doesn’t go anywhere. I’m struggling
   to understand how to format this with CSS too.
 *  [nemanja.radevic](https://wordpress.org/support/users/nemanjaradevic/)
 * (@nemanjaradevic)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/class-css-for-plugin/#post-3461887)
 * [catlist id=”341″ date=”yes” date_tag=”p” date_class=”news-date” dateformat=”
   l F dS, Y” excerpt=”yes” excerpt_overwrite=”yes” excerpt_size=”30″ excerpt_strip
   =”yes” thumbnail=”yes” thumbnail_class=”thumbnews” thumbnail_size=”100,100 ” 
   orderby=”date” order=”desc” posts_morelink=”Read More”]
 * this is how it worked for me
 *  [nemanja.radevic](https://wordpress.org/support/users/nemanjaradevic/)
 * (@nemanjaradevic)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/class-css-for-plugin/#post-3461888)
 * _[Moderated – please do not use these forums to solicit work –
    [http://codex.wordpress.org/Forum\_Welcome#Helping\_Out](http://codex.wordpress.org/Forum_Welcome#Helping_Out)]
 *  [Samedi S. Amba](https://wordpress.org/support/users/skyoyugi/)
 * (@skyoyugi)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/class-css-for-plugin/#post-3461890)
 * [@hunter44](https://wordpress.org/support/users/hunter44/) I guess you should
   just grab the link and paste in your browser. Worked for me that way. Find it
   below, just in case
 * [http://wordpress.org/extend/plugins/list-category-posts/other_notes/](http://wordpress.org/extend/plugins/list-category-posts/other_notes/)
 *  [warmax356](https://wordpress.org/support/users/warmax356/)
 * (@warmax356)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/class-css-for-plugin/#post-3461905)
 * [@nemanja](https://wordpress.org/support/users/nemanja/).redevic, did you manage
   to do this, and i am looking on how to set this up, as the methods i have tried
   failed…
 *  [tonywpee](https://wordpress.org/support/users/tonywpee/)
 * (@tonywpee)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/class-css-for-plugin/#post-3461906)
 * The documentation is a bit incomplete.
 * First decide what part of the output you want to format, e.g. the author name.
 * Then decide how you want to do that, e.g. with a span.
 * Then create a class in the theme’s CSS stylesheet (in Appearance -> Editor) Note:
   there might be more than one style sheet so you might have to experiment to identify
   which one works) e.g.:
 * `.cpauthor {font-weight:bold;}`
 * Then call that class with a tag inside the catlist parameters like this:
 * `[catlist name=your-cat author_tag=span author_class=cpauthor]`
 * This worked for me.
 * Wish I could figure-out how to change the LI bullets though …

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

The topic ‘Class (CSS) for plugin’ 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/)

 * 9 replies
 * 7 participants
 * Last reply from: [tonywpee](https://wordpress.org/support/users/tonywpee/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/class-css-for-plugin/#post-3461906)
 * Status: resolved