How to change start/end time's in upcoming events at this venue

Home Forums Calendar Products Events Calendar PRO How to change start/end time's in upcoming events at this venue

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #31734
    Michael Clement
    Participant

    If I click on a venue, it displays the venue. At the bottom is the “upcoming events at this venue”. There is a black box with my start and end times in it. A different discussion showed me how to change the box color to black (Thanks Barry!)

    My problem is that my text ( start: and end: ) are light gray. How can I change them to a different color in this box only?

    An example is at: http://yoapandyoap.com/venue/stadium-view-2/

    I am a new developer and have very limited css skills. Please be detailed with your answer so that I can understand and implement your answer. Thank you in advance!

    #31740
    Jonah
    Participant

    Hi Michael,

    Try adding this to your theme’s style.css file, it will remove the background color on td (cells) within that table:

    #content .tribe-events-event-list-meta td {
    background: none;
    }

    Does that help?

    – Jonah

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to change start/end time's in upcoming events at this venue’ is closed to new replies.