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?
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?