Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to override css styles under a single class Re: How to override css styles under a single class

#88782
chrisburton
Participant

@ash_alwazz – You could give each a class.

HTML

  • Saturday, November 12, 2011

  • 7:30 PM - 9:00 PM

  • Eastern Time
  • CSS

    .date {color: blue;}
    .time {color: black;}
    .time-zone {color: red;}