• My client wants the text in posts to be 14 pt. I am having trouble finding this in the theme. I tried to add styling via “Edit CSS” under the Appearance menu and it didn’t work. Then I tried to find anything in the style.css to fix to 14 pt. She has also manually changed blockquotes to 14 pt, too. I’ve used Inspect Element via Chrome and it shows that all should be 14pt as defined…but it is still not displaying, so obviously something is overriding it. (?)

    I know just enough about CSS/WP to be dangerous…and I cannot figure this out. Would appreciate any ideas.

    Site: https://www.NadineOei.com (remember she’s manually made all posts 14 pt type)

Viewing 1 replies (of 1 total)
  • Hello,

    Thanks for posting the link, the demo on the official site no longer works and I wanted to see what this theme looked like. Did you manage to fix your problem?

    Try adding the following to your style.css

    body {
        font-size: 14px !important;
    }
    p {
        font-size: 14px !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Modifying CSS again…’ is closed to new replies.