Forums
Forums / Plugin: Category Posts Widget / Widget Title CSS
(@thebucksyndicate)
11 years, 10 months ago
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 – bottom right section of the Home page
When using the basic Text widget and the CSS properly applies to its Title.
https://ww.wp.xz.cn/plugins/category-posts/
(@mkrdip)
11 years, 9 months ago
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!
The topic ‘Widget Title CSS’ is closed to new replies.