You may need to add !important to them.
Many site and forum software use id="" instead of class="" to label things. Which in CSS means that they become top of the list (in most browsers) behind only style="". But adding !important to an element will override cascading unless another !important is encountered. I nearly ripped my hair out recently before discovering this trick.
Tim
Many site and forum software use id="" instead of class="" to label things. Which in CSS means that they become top of the list (in most browsers) behind only style="". But adding !important to an element will override cascading unless another !important is encountered. I nearly ripped my hair out recently before discovering this trick.
Tim