PDA

View Full Version : CMS Widget "Recent Posts" not showing default font-family/style/color


bzcomputers
06-16-2013, 07:29 AM
I've noticed that the CMS widget for Recent Posts (and probably others) displays the font-family/style/color of whatever was used in the actual post.
I would like to just show the standard font-family/style/color, like how the Recent Posts Forum Block displays it.

I've looked at the "vbcms_widget_recentposts_page" template and the css but the stylevars it references (see below) seem to be what I want, the "standard" font family/style/color, but that is definitely not what is displaying.

.widget_post_content {
padding: 1px 0;
margin: 0;
font-size: {vb:stylevar sidebar_content_fontSize};
color: {vb:stylevar sidebar_content_color};

Anyone point me in the right direction?

bzcomputers
06-17-2013, 05:47 PM
anyone?