Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1470863

    How can I change the color of this text? I can’t see it. I’m using the events plugin.

    I utilized the Enfold Classic demo but changed the color scheme to modern black.

    #1470920

    Hey Aurora,
    Do you want to change the white text to black, so it is black text on a black background?
    Enfold Support 6532
    Enfold Support 6534
    I’m not sure what you want.

    Best regards,
    Mike

    #1470983

    There is some text there that is not visible because the text color is black and the bg is black…

    I highlighted the text so that it shows up: https://app.screencast.com/RyH55uQ8J1Pir
    Before and after highlight
    How can we make this text to white?

    • This reply was modified 1 month, 1 week ago by Aurora. Reason: added direct url for photo
    #1471004

    Hi,
    Thanks for the screenshot, try this css:

    .tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6,
    .tribe-events .tribe-events-calendar-latest-past__event-datetime,
    .tribe-events .tribe-events-calendar-latest-past__event-date-tag-month, .tribe-events .tribe-events-calendar-latest-past__event-date-tag-year {
    	color: #fff;
    }

    If you want the gray text on the single event page to also be white, add this css:

    .main_color #tribe-events .time-details, .main_color .single-tribe_events .tribe-events-schedule, .single-tribe_events .main_color .tribe-events-schedule h3, .single-tribe_events .main_color .tribe-events-event-meta dd, .main_color .recurringinfo, .main_color .tribe-mini-calendar-no-event, .main_color .tribe-mini-calendar-dayofweek, .main_color .tribe-mini-calendar-event .list-date .list-daynumber, .main_color .av-upcoming-event-data {
    	color: #fff;
    }

    Best regards,
    Mike

    #1471804

    Awesome, thank you very much!

    #1471841

    Hi,

    Great, I’m glad that Mike could help you out. We’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change text color to white: Events Calendar plugin posts’ is closed to new replies.