Viewing 4 replies - 1 through 4 (of 4 total)
  • If you option-click an entry and select Inspet Element your browser should show you the relevant CSS. The code will be found in events.css

    Nick Froome

    Great tip, Nick. Thanks for the assist.

    wayneh246: that help? Let us know if you’re still struggling or have any questions here.

    Thread Starter wayneh246

    (@wayneh246)

    thanks for the help I managed to find the code lines that way and change them. For anybody else who had the same issues i had to change the color of the event title in the list view locate this function in events.css and change the color code:

    .events-archive .entry-title a, .tribe-events-event-meta-desc, .tribe-events-event-day {
    color:#333;
    }

    to change the color of the the event description when you hover the mouse over an event in the calendar view locate the following code lines in the events.css and add a color code to the function

    .tribe-events-tooltip .tribe-events-event-body {
    color:#000000;
    font-size:11px;
    padding:3px 6px 6px;
    }

    Fantastic to hear this got you squared away, wayneh246. We appreciate you sharing the solution, too…other users who come here down the road facing this problem will be grateful for it.

    Sounds like we’re pretty much set here, but if you need anything else down the road please let us know. Thanks for your support so far. If you have a moment and would be so kind as to give us a vote of “Works” here on the www.ads-software.com repo or a positive star rating for the plugin…we sure would appreciate it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: The Events Calendar] Change Events List Event Title Color’ is closed to new replies.