Viewing 1 replies (of 1 total)
  • Plugin Support Blaz K.

    (@blazk)

    Hi @asapsolutions,

    you can easily change the color of the social icons with custom CSS. For example, the snippet below will change the color of Facebook icon:

    
    a.fa.fa-facebook.rmp-social-icon {
        color: red;
        background: green;
    }
    

    Regards,
    Blaz

Viewing 1 replies (of 1 total)
  • The topic ‘SOCIAL ICON COLORS’ is closed to new replies.