Home › Forums › CSS › Change color of tab selector › Reply To: Change color of tab selector
May 18, 2014 at 1:37 pm
#170549
Participant
Not exactly sure what element you mean. Maybe label
?
link to demo on this site
[type=radio]:checked ~ label {
background: red;
border-bottom: 1px solid white;
z-index: 2;
}