problem: textcolor blogtags

problem: textcolor blogtags

by Randy Vermaas -
Number of replies: 2
I'm having trouble changing the textcolor of the blogtags on the frontpage. I can't find the CSS-code that handles the blue-colored tags. Could anyone help me on this?


Randy Vermaas
Average of ratings: -
In reply to Randy Vermaas

Re: problem: textcolor blogtags

by Joseph Rézeau -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators
Hi Randy,
Try adding this to one of your current theme's CSS files:
.block_blog_tags a.official:link {color:red}
.block_blog_tags a.personal:link {color:green}
Joseph
See attached result on Moodle.org front page.