I cannot get my custom CSS to override the stylesheet’s CSS. I can inspect the element in RW and find the CSS, change it in the developer’s tools console window and see the change, but nothing happens when I enter the same value in the CSS tab of my page in the RW inspector window. The screen shot shows I set the height to 16px, but it still displays as 12px. What do I need to do to make this work?
The !important directive is rather like a flag that tells other styling rules downstream in the styling hierarchy that could overrule that style setting, not to. It’s not bomb proof though as there are situations where it won’t help and in general it’s use should be limited. In this case, I think you will be fine