Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Changue sidebar Blog text color and font of recent coments’ is closed to new replies.
Hi all ^^
how can i changue the font and the color of recent coments and recent entries in sidebar blog?
Page:
http://www.ganubis.com
Thanks
Hey Tokyo!
Add this to your custom CSS.
.recentcomments a, .widget_recent_entries li a {
font-family: "Open sans" !important;
font-size: 13px !important;
font-style: normal !important;
}
Regards,
Elliott
Nice. thanks Elliott. Thank you so much for everything :)