Forums

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

Home Forums CSS [Solved] Selectors inheritance Reply To: Selectors inheritance

#149840
Paulie_D
Member

Have you tried

.custom-footer .button {
color: ######;
}

I do think we need to see some actual code because you seem to be using a and .button as though they were interchangeable and it’s getting confusing (at least to me).