style.css not working but customizer additional css does?
There’s nothing special about CSS in WordPress. It follows the same rules of specificity that apply everywhere else. This means that the order of rules are can affect how they’re applied. In WordPress the styles from plugins are typically output after the styles from themes, and styles from Additional CSS are output last. So if … Read more