• Resolved kbeebalm

    (@kbeebalm)


    Hello,

    Thanks so far for the CSS information you have shared. Our calendar is working great and I am almost done with all styling to get the Tribe style to work with our site.

    One last thing:

    I changed the today’s Date = background color to red, our site main color – but the actual NUMBER of today’s date has a background color around it of blue.

    Is there a way to change this?

    You can see on our site:

    https://cnr.ncsu.edu/events/

    You will see that the number has a highlight on it — I would prefer no highlight if it is possible to change.

    THANKS!

    Kristen

    https://www.ads-software.com/plugins/the-events-calendar/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Michael Polzella

    (@neversosimple)

    It is an easy fix.

    In your stylesheet add:

    #tribe-events-content a {
         background: none;
    }

    If it doesn’t work, try adding the word !important after none, like this:

    #tribe-events-content a {
         background: none !important;
    }

    Clifford Paulick

    (@cliffpaulick)

    Michael, thanks for helping. That’s what this forum is really for — the community helping the community!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Code to change the "TODAY NUMBER" of date on Calendar view’ is closed to new replies.