• 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)
  • You can add the following code into your Child Theme style.css file, or by using a 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

    (@kenkdesign)

    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.