Forums

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

Home Forums CSS Make two classes use the same code Re: Make two classes use the same code

#129274
Alen
Participant

You could define them both, like so:

.gfg-title,
.widget-title {
/* style here */
}