Title: [Plugin: Category Posts Widget] Bold Post Title
Last modified: August 20, 2016

---

# [Plugin: Category Posts Widget] Bold Post Title

 *  [anindyaray](https://wordpress.org/support/users/anindyaray/)
 * (@anindyaray)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-category-posts-widget-bold-post-title/)
 * How do I make to display the Post title Bold ?
 * This is a awesome plugin .
 * [http://wordpress.org/extend/plugins/category-posts/](http://wordpress.org/extend/plugins/category-posts/)

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

 *  Thread Starter [anindyaray](https://wordpress.org/support/users/anindyaray/)
 * (@anindyaray)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-category-posts-widget-bold-post-title/#post-2284794)
 * Oh sorry, did it . Thanks 🙂
 *  [Roland78](https://wordpress.org/support/users/roland78/)
 * (@roland78)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-category-posts-widget-bold-post-title/#post-2284991)
 * How did you made this?Also can i change the post tittles fonts?
 * Thanks
 *  Thread Starter [anindyaray](https://wordpress.org/support/users/anindyaray/)
 * (@anindyaray)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-category-posts-widget-bold-post-title/#post-2284992)
 * File: cat-posts.php
 * search this
 * `<a class="post-title" href="<?php the_permalink(); ?>" rel="bookmark" title="
   Permanent link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a>`
 * Replace with
 *     ```
       <a class="post-title" href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent link to <?php the_title_attribute(); ?>"><strong><?php the_title(); ?></strong></a>
       ```
   
 * yes font can be changed, but if you know a little bit of html or css, you would
   know now where to add the code, but if you dont then google about how to use 
   font through css with html and add it before or after it added the ** tag.**
 * Thank you 🙂
 *  [Roland78](https://wordpress.org/support/users/roland78/)
 * (@roland78)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-category-posts-widget-bold-post-title/#post-2284993)
 * Thank you my friend.I search to all my Css files of my theme and also all php
   files etc..
    Still can’t find the size font code ofr this plugin.. Any recomendations
   will be apreciated.
 *  [lukodp](https://wordpress.org/support/users/lukodp/)
 * (@lukodp)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-category-posts-widget-bold-post-title/#post-2285012)
 * This plugin uses your theme style.css to style post titles. Use firebug or source
   code to find out the div ID for your category posts widget, then add in style.
   css of your child theme something like this:
 * >  #**widget divID** {
   >  } .post-title { _styling code…_ }
 * Simple add div ID and desirable styling code and that’s it!
 *  [slowfoodc](https://wordpress.org/support/users/slowfoodc/)
 * (@slowfoodc)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-category-posts-widget-bold-post-title/#post-2285024)
 * Extremely helpful! For reference, here was what i used for my code:
 *     ```
       #widget categoryposts-3 {
       }
       .post-title {
       	text-align: center;
       	font-weight: bold;
       	margin: 0px;
       	padding: 0px;
       }
       .post-date {
       	text-align: left;
       	font-style: italic;
       	margin: 0px;
       	padding: 0px;
       }
       .cat-post-item {
       	text-align: left;
       }
       ```
   
 *  [sovaptizza](https://wordpress.org/support/users/sovaptizza/)
 * (@sovaptizza)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-category-posts-widget-bold-post-title/#post-2285025)
 * It works. I confused how to find it but then understand that it is widget — not
   settings for all widgets. I have what I dreaming about. Thank you so much.

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

The topic ‘[Plugin: Category Posts Widget] Bold Post Title’ is closed to new replies.

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

 * 7 replies
 * 5 participants
 * Last reply from: [sovaptizza](https://wordpress.org/support/users/sovaptizza/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-category-posts-widget-bold-post-title/#post-2285025)
 * Status: not resolved