Essential Theme - Highlight the current day

Essential Theme - Highlight the current day

by Ali Rajabpour Sanati -
Number of replies: 6
Hello,
 I want to change color of the current day on calendar but I don't know which class I need to change in css. I would very appreciate if you could help me.


Average of ratings: -
In reply to Ali Rajabpour Sanati

Re: Essential Theme - Highlight the current day

by Richard Oelmann -
Picture of Core developers Picture of Plugin developers Picture of Testers

Chrome developer tools or Firebug are your friends in finding out specific classes of an item to help target css changes smile

It will be something like

.minicalendarblock .today a {color:yourcolourhere;}

but that is not tested so you will need to check it yourself

In reply to Richard Oelmann

Re: Essential Theme - Highlight the current day

by Ali Rajabpour Sanati -

Thank you for your sharp reply. I couldn't find the class with firebug nor chrome, also ".minicalendarblock .today" didn't work either... sad

In reply to Ali Rajabpour Sanati

Re: Essential Theme - Highlight the current day

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

....

Attachment 2015-10-08 19_41_55-Dashboard.png
Average of ratings: Useful (1)
In reply to Gareth J Barnard

Re: Essential Theme - Highlight the current day

by Ali Rajabpour Sanati -

Thank you very much, my issue solved.

In reply to Ali Rajabpour Sanati

Re: Essential Theme - Highlight the current day

by Rekha C -

Hi Ali,

How did you hight today's date in calendar?

I am trying to change too. Please tell me how.

Rekha

In reply to Rekha C

Re: Essential Theme - Highlight the current day

by Richard Oelmann -
Picture of Core developers Picture of Plugin developers Picture of Testers

See above - Gareth has identified the selector, just add the relevant css rule you want (color/background-color, etc) to that in your customcss and purge all caches.