• I saw a demo of a site with this plugin, and the icons darkened when rolled over. I don’t see any option for this in the widget.

    Also, when I tried to use the Etsy logo (fa-etsy) it just didn’t import. It just makes the icon look ajar with nothing in it.

    https://www.stevemah.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Fotis

    (@markwaregr)

    Hi there,
    you can use some custom css for that. For example
    you can add this

    .ci-socials-ignited i:hover {
        color: red!important;
    }

    in your custom CSS box under CSSIgniter settings. Or you can
    Install and activate this plugin then go to “Add Custom CSS” on your dashboard and paste my suggestion inside.

    Now, Social Ignited uses FontAwesome(4.6) which gets bigger every day adding more icons in its collection. So download the new FontAwesome(4.7) version from https://fontawesome.io/ and replace font-awesome.css in plugins/socials-ignited/css/ with the new version one and all contents in plugins/socials-ignited/fonts again with the new files.

    Let me know if this helps or if you experience any issues

    Thread Starter negatingzero

    (@negatingzero)

    Thanks, I was able to get both things working.

    Plugin Support Fotis

    (@markwaregr)

    Glad I could help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Rollover animations, some logos don’t import’ is closed to new replies.