Title: [Plugin: WordPress Font Size] Adding the CSS bit
Last modified: August 20, 2016

---

# [Plugin: WordPress Font Size] Adding the CSS bit

 *  Resolved [madaboutu](https://wordpress.org/support/users/madaboutu/)
 * (@madaboutu)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wordpress-font-size-adding-the-css-bit/)
 * hey there, sorry to sound dumb but I have copied the CCS exactly as shown into
   my main style sheet.
 * Plugin dont seem to work for me. Am I doing it wrong? I’m a newbie!!
 * [http://wordpress.org/extend/plugins/wp-fontsize/](http://wordpress.org/extend/plugins/wp-fontsize/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Bob Gregor](https://wordpress.org/support/users/bobbravo2/)
 * (@bobbravo2)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-font-size-adding-the-css-bit/#post-3115768)
 * Hey there! I’m not sure about the exact details of your implementation, but you
   will need to add a CSS selector after each of the bits that I gave you, otherwise
   it will not change anything. Also, if you are adding this to an existing theme,
   you may need to add !important to the css declarations, as there may be more 
   specific CSS rules in the theme that are overriding these.
 * For example:
 *     ```
       .font-size-1 h1, .font-size-1 p
       {
           font-size: 0.8em;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WordPress Font Size] Adding the CSS bit’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-fontsize.svg)
 * [WordPress Font Size](https://wordpress.org/plugins/wp-fontsize/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-fontsize/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-fontsize/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-fontsize/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-fontsize/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-fontsize/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Bob Gregor](https://wordpress.org/support/users/bobbravo2/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-font-size-adding-the-css-bit/#post-3115768)
 * Status: resolved