Useful classes

The non calendar templates have a set of useful classes that enable you to use CSS for certain conditions.

.wfea article.status-live  ( or completed or draft )
.wfea article.online   ( if an online only event )
.wfea article.free  ( for a free event )
.wfea artcle.city-{your text} ( and region- and country- )

Some use cases may be for instance – to remove the buy button from completed events e.g.

.wfea article.status-completed .booknow {
    display: none;
}

Or applying a colour styling based on city etc.

Was this helpful?

Previous Article

Common Widget Styling Issues