Forums

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

Home Forums CSS Change color of tab selector Reply To: Change color of tab selector

#170549
Atelierbram
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;
}