Tuesday, March 6, 2007

Slick RSS

I used the module called Slick RSS on http://www.canclub.org. This is a great module that I strongly recommend. I had a font issue, whereas the font was too small. I email David, the creator of Slick RSS and a short while later, he sent me a solution. I added the following to my Joomla template_css.css file:

newsfeed li {
font-size: 120%;
}

.newsfeed ul {
font-size: 120%;
}

That fixed it. Thank you David!