This can’t be that hard, but I can’t get a simple font size change to work. I’m using the CSS button on the customizer, adding !important; after the change, but it simply does not work, Where is a dummies guide to making simple CSS changes?
Hello @cordus,
Thanks for writing in!
Your simply css may not be working because it were overridden with some other css. Please understand first the order of the styles being applied to the page.
- Theme’s stack style.css
- Child theme’s style.css
- WordPress Additional CSS (Appearance > Customizer > Additional CSS)
- Theme Option Settings
- Theme Options custom css
- Cornerstone’s custom css
If you have added your custom css in the theme option, the css class specificity is in play. Please check out this link:
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.