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

#88793
chrisburton
Participant

@rjc – I disagree. It seems like this person is creating an invitational theme. This means “when” should be a heading. However, “when” should not be wrapped inside a list item.


@ash_alwazz
– maybe you can show us an image so we can better help you with the semantics of your code.


When



  • ...

  • ...

  • ...


CSS

.when h3 {color: red;}
.date {color: orange;}
.time {color: blue;}
.time-zone {color: purple;}