Title: Decrease font size
Last modified: August 21, 2016

---

# Decrease font size

 *  Resolved [fadhilah.wahid](https://wordpress.org/support/users/fadhilahwahid/)
 * (@fadhilahwahid)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/decrease-font-size/)
 * Hi Danny! I love your plug-in, it has resulted in many conversions on my site,
   so thank you :))
 * site: [http://www.fadhilahwahid.com](http://www.fadhilahwahid.com)
 * I’m wondering though if it is possible to decrease the size of the font in the
   box? I tried doing it via the “Scroll triggered boxes > Edit” page, but I think
   my site’s overall HTML+CSS replaces the specific HTML+CSS for the boxes.
 * This is what I see on the dashboard: [http://www.fadhilahwahid.com/wp-content/uploads/2013/12/Screen-Shot-2013-12-21-at-6.30.13-am.png](http://www.fadhilahwahid.com/wp-content/uploads/2013/12/Screen-Shot-2013-12-21-at-6.30.13-am.png)
 * And this is what I see on the site (It’s too big): [http://www.fadhilahwahid.com/wp-content/uploads/2013/12/Screen-Shot-2013-12-21-at-6.33.30-am.png](http://www.fadhilahwahid.com/wp-content/uploads/2013/12/Screen-Shot-2013-12-21-at-6.33.30-am.png)
 * Thank you so much 🙂
 * [http://wordpress.org/plugins/scroll-triggered-boxes/](http://wordpress.org/plugins/scroll-triggered-boxes/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/decrease-font-size/#post-4435337)
 * Hi there,
 * Awesome, great to hear!
 * You could add the following line of CSS to your theme its stylesheet (`/wp-content/
   themes/your-theme/style.css` or use Appearance > Editor) to decrease the font-
   size in a scroll triggered box.
 * **Set font-size for all boxes**
 *     ```
       .stb { font-size: 12px; }
       ```
   
 * **Set font-size for one particular box with id 321**
 *     ```
       .stb-321 { font-size: 12px; }
       ```
   
 * Hope that helps, happy holidays!
 *  Thread Starter [fadhilah.wahid](https://wordpress.org/support/users/fadhilahwahid/)
 * (@fadhilahwahid)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/decrease-font-size/#post-4435341)
 * that did it! Thanks 🙂 Happy holidays to you too Danny, I really appreciate the
   help!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Decrease font size’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/scroll-triggered-boxes_a0af9c.svg)
 * [Scroll Triggered Boxes](https://wordpress.org/plugins/scroll-triggered-boxes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/scroll-triggered-boxes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/scroll-triggered-boxes/)
 * [Active Topics](https://wordpress.org/support/plugin/scroll-triggered-boxes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/scroll-triggered-boxes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/scroll-triggered-boxes/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [fadhilah.wahid](https://wordpress.org/support/users/fadhilahwahid/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/decrease-font-size/#post-4435341)
 * Status: resolved