Change color of "View All" Link on Calendar

Home Forums Calendar Products Events Calendar PRO Change color of "View All" Link on Calendar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1016753
    jwhite
    Participant

    I was wondering if it is possible to change the link color on the “View All” (October 20th on this calendar http://192.138.20.76/~foodsha/events/category/pantry-distribution/ for example) link? The calendar I’m creating will have more than 3 entries per day and I’d like for it be distinguishable that you can click on the view more link to see all events for that day. So if it was possible to change that link to be red or another color beside the normal link color, that would be great.

    Thanks!

    #1016903
    Geoff
    Member

    Hello @jwhite,

    Absolutely! You can add something like this to your theme’sĀ style.css file to change the color:

    .tribe-events-viewmore a {
    color: red; /* or whatever color you'd like! */
    }

    Will that work for you? Please let me know. šŸ™‚

    Cheers!
    Geoff

    #1016952
    jwhite
    Participant

    Hi Geoff,
    That worked great, thank you! šŸ™‚

    #1016966
    Geoff
    Member

    Rock on, so glad that helped! Thanks for following up and letting me know. šŸ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change color of "View All" Link on Calendar’ is closed to new replies.