Home › Forums › CSS › [Solved] Selectors inheritance › Reply To: Selectors inheritance
September 12, 2013 at 11:34 am
#149853
Member
I have a slight idea….instead of styling links to look like buttons, why not put the links inside an actual button?
Then you can do
.custom-footer > a { color:red; }
and it won’t affect the button links (I think)
You just have to separate the anchor link basic colors styling from the button.