• Resolved airvideo

    (@airvideo)


    Look in the Upcoming Events section. On mobile devices, the event dates to the left of the event title appear in a slightly grey rectangle with white text. This is unreadable. How can I change the color of the background rectangle under the event date?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi use the “startdate” class and/or “enddate”(if you have an event on more than 1 day) to style your background color and color of text :
    .startdate{background-color: #000; color:#fff;} for example to have a black background and white text…. you might want to put the .enddate in place to just in case one day an event goes on more than one day.
    Put this in the css file of your theme.

Viewing 1 replies (of 1 total)

The topic ‘Help Managing Colors’ is closed to new replies.