Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #585790

    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;
    }

    #586687

    Hey!

    Seems like it’s red at the moment – http://screencast.com/t/lHa4z1XiNg2g, did you managed to fix this?

    Cheers!
    Josue

    #586892

    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

    #587033

    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

    #587419

    Works great! Thank you again so much Josue!!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Font Color on calendar numbers need quick css override’ is closed to new replies.