• Resolved kbeebalm

    (@kbeebalm)


    Hello,

    I have not been able to figure this out with inspect element, or other resources.

    What is the code to change the background color of today’s date in the month view?
    We are using the tribe styles – and color is currently blue. I already have a tribe-events.css file going for other changes. This is the last one I need to make!

    Thanks!

    Kristen

    https://wordpress.org/plugins/the-events-calendar/

Viewing 1 replies (of 1 total)
  • Brook

    (@brook-tribe)

    Howdy Kbeebalm,

    This rule should change it to red:

    body .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
        background-color: #f00;
    }

    You can modify the color from there. That work?

    Cheers!
    – Brook

Viewing 1 replies (of 1 total)
  • The topic ‘Code to change Today's Date background in month view’ is closed to new replies.