Title: Modifying CSS again&#8230;
Last modified: August 30, 2016

---

# Modifying CSS again…

 *  [LeahGrrl](https://wordpress.org/support/users/leahgrrl/)
 * (@leahgrrl)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/modifying-css-again/)
 * 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: [http://www.NadineOei.com](http://www.NadineOei.com) (remember she’s manually
   made all posts 14 pt type)

Viewing 1 replies (of 1 total)

 *  [rickykpg](https://wordpress.org/support/users/rickykpg/)
 * (@rickykpg)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/modifying-css-again/#post-6480856)
 * 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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/wp-rootstrap/1.2.4/screenshot.
   png)
 * WP RootStrap
 * [Support Threads](https://wordpress.org/support/theme/wp-rootstrap/)
 * [Active Topics](https://wordpress.org/support/theme/wp-rootstrap/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/wp-rootstrap/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/wp-rootstrap/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [paragraph](https://wordpress.org/support/topic-tag/paragraph/)
 * [style](https://wordpress.org/support/topic-tag/style/)

 * 1 reply
 * 2 participants
 * Last reply from: [rickykpg](https://wordpress.org/support/users/rickykpg/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/modifying-css-again/#post-6480856)
 * Status: not resolved