• Resolved kennypierce

    (@kennypierce)


    I just installed this plugin and love some of its features and how it presents to my site readers. However, the event text is barely visible and I cannot seem to find a means to show the text as darker.

    http://piercingmetal.com/events/2015-07/

    Any insight to what I am missing here would be appreciated. I configured this to use the Tribe Events Styles and Default Events Template. My site focuses on the live music scene in NYC so having this resolved would be great.

    https://ww.wp.xz.cn/plugins/the-events-calendar/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi kennypierce,

    Are you referring to the color of the text when hovering on a date in the calendar? If so, I see what you mean there and can solve that by adding this to your theme’s style.css file:

    #tribe-events-content .tribe-events-calendar td:hover a {
      color: #000 !important;
    }

    Give that a shot and let us know if that helps. 🙂

    Geoff

    Thread Starter kennypierce

    (@kennypierce)

    I’m sorry to be getting back to this so late but no, I meant the actual text of the events when you look at the larger calendar. This went away when I changed the page style but that in turn added a justification issue. This setting that is currently live is using

    Full Styles as the choice of Stylesheet
    Default Events Template

    http://piercingmetal.com/events/

    When I had the justification issue by using another template I could see the text but now it barely shows. Its maddening and I am not a programmer type so code touching scares me.

    Plugin Contributor Brian

    (@brianjessee)

    Hi,

    You can try this css:

    .tribe-events-month-event-title.entry-title a {
        color: #000;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Event Text Barely Visible’ is closed to new replies.