• Using eo with Twenty Twelve theme – must use this theme! Using the Events Calendar widget. How do I highlight the current date so it stands out, i.e. today is 27-MAY – want the widget to display with 27-May highlighted in yellow (i.e.).

    THANKS for your help – Ken

    P.S. See https://www.fycauxiliary.com/ and the eo Events Calendar on the right sidebar.

Viewing 1 replies (of 1 total)
  • If you are not already using a child theme, create one for Twenty Twelve and add the following line to the style.css in the child theme:

    #wp-calendar td.today {background-color: yellow;}
    (see https://imgur.com/ttuIP1Y )

    Note that the padding the plugin uses makes that background alignment not so flattering.

    So, instead of changing the background, how about changing the font color like this:
    #wp-calendar td.today {font-weight:bold; color: #CF1111;}
    (see https://imgur.com/DIWNCDF )

Viewing 1 replies (of 1 total)
  • The topic ‘Highlight current date’ is closed to new replies.