Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Daniel

    (@dannisbet)

    Hey!

    What kind of hover did you have in mind? Just to change the image on hover? Or a tool-tip style?

    If you have a specific need, you can always edit the output of the plugin HTML to add your own hover functionality: https://www.ads-software.com/plugins/social-media-icons-widget/faq/

    Thread Starter LibreLou

    (@librelou)

    Hey,

    I have in mind of see an opacity on every single icons when you “hover”.

    I already tried to add it manually but I failed. :p

    Regards.

    Thread Starter LibreLou

    (@librelou)

    Hey,

    So ?

    Plugin Author Daniel

    (@dannisbet)

    This won’t be a feature that I will be including in the plugin, as it would not necessarily be something that others would need or want in their own sites. The point behind this widget, is that it provides a simple baseline for anyone to do with it as they see fit.

    That said, if you’re interested in doing this in your own website, you can use the following CSS styles:

    .social-icons-widget img {
         opacity: 0.5;
    }
    
    .social-icons-widget img:hover {
         opacity: 1.0;
    }

    This of course, assumes that you’re using the image icons.

    Thread Starter LibreLou

    (@librelou)

    It’s perfect.

    Thank you ! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hover on the icons’ is closed to new replies.