• Resolved HaloPinay

    (@halopinay)


    How do I change the color of the icon with css?

    I’ve tried several different ways, but it keeps taking the style from my body a classes, even when I target it directly.

    Is there a way to do it that I’m missing?

    If not, is it possible to add extra classes on the next update? Or even wrap the font-awesome icon in a div with a class– so it can be styled, color, opacity, etc. I love the font awesome icon. I just can’t get it to color ?? I may use my own image now, I’ve been trying to avoid it because of retina.

    Any help would be really appreciated. Thanks.

    https://www.ads-software.com/plugins/smooth-scroll-up/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Konstantinos Kouratoras

    (@kouratoras)

    Hi! You can easily do that, by using the “Custom CSS Code” textarea in plugin’s options.
    In order to change the color of the icon, you can input CSS code like:
    #scrollUp .fa{ color: #B92F1C; }
    and use the color you want.

    Thread Starter HaloPinay

    (@halopinay)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Color? a.scrollup-link not taking style.’ is closed to new replies.