Changing CSS classes #3843
-
Do I understand correctly, that CSS classes can't be changed? So e.g. if I tag some widgets with a Currently, I introduced another class Is there a way to change a CSS class' rules? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
You can't change the rules of a CSS class; what you would do is create classes with desired rules and than add and remove those classes; which is what you seem to be doing. |
Beta Was this translation helpful? Give feedback.
You can't change the rules of a CSS class; what you would do is create classes with desired rules and than add and remove those classes; which is what you seem to be doing.