Hi,
I tried changing the font color on the calendar widget on home page from orange to red. It’s supposed to use the theme colors but it’s making the day numbers orange instead. Please see link below. I used this in Quick CSS but it’s not working yet. Can you tell me how? Thanks, Frank
table.em-calendar td.eventful-today a {
color: #FF0000 !important;
}
Hey!
Seems like it’s red at the moment – http://screencast.com/t/lHa4z1XiNg2g, did you managed to fix this?
Cheers!
Josue
Ah no Josue. I only changed it in the CSS file but need a Quick CSS to over ride it if enfold gets updated. It was orange before. If you can figure it out would be greatly appreciated.
Thanks,
Frank
What code are you trying in Quick CSS? this should work:
table.em-calendar td.eventful a, table.em-calendar td.eventful-today a { color: red !important; }
Cheers!
Josue
Works great! Thank you again so much Josue!!!