mrsuave Posted November 21, 2020 Report Share Posted November 21, 2020 Hi there, I was in the midst of creating my custom CSS/style code and I am wondering what is the !important means? when do I use that element? Quote Link to comment Share on other sites More sharing options...
0 RuisiHansamu Posted November 21, 2020 Report Share Posted November 21, 2020 @mrsuave- In CSS, important means that only the !important property value is to be applied to an element and all other declarations on the element are to be ignored. In other words, an important rule can be used to override other styling rules in CSS. -- the !important property increases its priority. Also, In Caspio, we have a documentation in Styles that you can create or edit your own style/s. You may check this article for future references: https://howto.caspio.com/styles/creating-or-editing-style/ Quote Link to comment Share on other sites More sharing options...
0 SinJunYoung Posted November 21, 2020 Report Share Posted November 21, 2020 6 hours ago, mrsuave said: Hi there, I was in the midst of creating my custom CSS/style code and I am wondering what is the !important means? when do I use that element? In Caspio, that usually works if you only want to apply a certain Style on a single DataPage. But in real life outside the platform, it is discussed here: https://css-tricks.com/when-using-important-is-the-right-choice/ You have to consider the things that needs to be on Important and when not to use them. Quote Link to comment Share on other sites More sharing options...
0 mrsuave Posted November 25, 2020 Author Report Share Posted November 25, 2020 Thanks, guys! much appreciated, now I have a knowledge about that. Quote Link to comment Share on other sites More sharing options...
Question
mrsuave
Hi there, I was in the midst of creating my custom CSS/style code and I am wondering what is the !important means? when do I use that element?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.