Jump to content

Change A Css Class


ShadowMage

Recommended Posts

Hi,Is there a way to change a class in CSS. I don't want to change the class of an element, I know that can be done. What I want is to target an actual CSS class, for example:

.toggleElement {visibility: hidden;}

I have several elements with class='toggleElement' and I want to be able to change the class toggleElement to set visibility: visible without having to access every element with that class name. Is this even possible?Thanks in advance,jkloth

Link to comment
Share on other sites

... I don't want to change the class of an element, I know that can be done. What I want is to target an actual CSS class...
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...