Forum

How to override all...
 
Notifications
Clear all

How to override all class in CSS?


(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
Topic starter  

How to override all class in CSS?


   
Quote
(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
Topic starter  

To override the CSS properties of a class using another class, we can use the ! important directive. In CSS, ! important means “this is important”, and the property:value pair that has this directive is always applied even if the other element has higher specificity.


   
ReplyQuote
Share: