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 :)