In the default theme I want to change the font-size and font-family of album description text in index.php that is displayed by this function printAlbumDesc(). I'm using light.css. I added this to light.css
.albumdesc p {font-size:16px; font-family: Georgia, serif;}
But I could see no change. Please help.
Comments
(the nature of CSS is that the last call wins ;-))