Quote:
This is great! Thanks!
How would I change the font on the sidebar to match the font of my other sidebars? Appreciate it.
|
Quote:
Originally Posted by Badshah93
Open actstream_sideblock.css template
Replace
Code:
font-size:{vb:stylevar activitystreamcontent_font.fontSize}{vb:stylevar activitystreamcontent_font.units};
With
Code:
font-size: 11px; /* Adjust it as per your forum */
|
I didn't have any luck with this change. The font remained the same in the activity stream sidebar (matches the activity stream page font instead of other sidebar fonts.)