Title: Widget Title CSS
Last modified: August 21, 2016

---

# Widget Title CSS

 *  Resolved [TheBuckSyndicate](https://wordpress.org/support/users/thebucksyndicate/)
 * (@thebucksyndicate)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/widget-title-css/)
 * I have updated the CSS for my site for the updated plugin but cannot figure out
   how to modify the CSS for the Widget Title with this plugin now.
 * I was trying .cat-post-widget .widgettitle and I could control the background
   of the Title area but the CSS for the Font will not apply.
 * Any help is appreciated.
 * [http://www.claytonsleep.com](http://www.claytonsleep.com) – bottom right section
   of the Home page
 * When using the basic Text widget and the CSS properly applies to its Title.
 * [https://wordpress.org/plugins/category-posts/](https://wordpress.org/plugins/category-posts/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Mrinal Roy](https://wordpress.org/support/users/mkrdip/)
 * (@mkrdip)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/widget-title-css/#post-5138783)
 * Hi There,
 * Target like the following CSS:
 *     ```
       .home2right2014.right h2.widgettitle {
           background: none repeat scroll 0 0 #FF0000 !important;
       }
       ```
   
 * Try to be specific with class or ID, add **!important** at last as the same class
   has been already styles in your theme.
 * Hope this helps, Cheers!

Viewing 1 replies (of 1 total)

The topic ‘Widget Title CSS’ 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/)

## Tags

 * [widget title](https://wordpress.org/support/topic-tag/widget-title/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mrinal Roy](https://wordpress.org/support/users/mkrdip/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/widget-title-css/#post-5138783)
 * Status: resolved