Title: How to edit CSS?
Last modified: November 15, 2016

---

# How to edit CSS?

 *  [kenkdesign](https://wordpress.org/support/users/kenkdesign/)
 * (@kenkdesign)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/how-to-edit-css-6/)
 * Hi, and thanks for the plugin.
    I want to edit CSS, for example change the font
   dimension or the dimension of icon’s reactions. Which file I should to edit? 
   Thanks

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

 *  [ThemeSumo](https://wordpress.org/support/users/themesumo/)
 * (@themesumo)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/how-to-edit-css-6/#post-8439153)
 * You can add the following code into your [Child Theme](https://codex.wordpress.org/Child_Themes)
   style.css file, or by using a [Custom CSS](http://www.mhthemes.com/blog/wordpress-plugins-to-implement-code/#simple-custom-css)
   plugin.
 *     ```
       .dw-reactions-box .dw-reaction {
           transform: scale(.5, .5);
       }
       ```
   
 * The `(.5, .5)` value means 50% scale, with the default scale being 100% `(1, 
   1)`.
 * Adjust this value to suit.
 * Hope this helps.
 *  Thread Starter [kenkdesign](https://wordpress.org/support/users/kenkdesign/)
 * (@kenkdesign)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/how-to-edit-css-6/#post-8442520)
 * Hi, I try to insert the code in the control panel of my theme, where there is
   a section for insert custom CSS, but it doesn’t work. So I should to use ax external
   custom CSS plugin?
    Thanks!

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

The topic ‘How to edit CSS?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/dw-reactions_d2d0cb.svg)
 * [DW Reactions](https://wordpress.org/plugins/dw-reactions/)
 * [Support Threads](https://wordpress.org/support/plugin/dw-reactions/)
 * [Active Topics](https://wordpress.org/support/plugin/dw-reactions/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dw-reactions/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dw-reactions/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [kenkdesign](https://wordpress.org/support/users/kenkdesign/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/how-to-edit-css-6/#post-8442520)
 * Status: not resolved