Tagged: social icons
-
AuthorPosts
-
July 26, 2016 at 3:59 am #665120
Hi,
I tried the code from this thread: https://kriesi.at/support/topic/reverse-the-colours-of-the-social-share-buttons/?login_error
which partially worked but I can’t get the hover effect to change to white upon hover on all of the icons. Can you send me my own code for my website for this pretty please?
My social icons are:
Facebook
Twitter
Pinterest
Instagram (preferably the 2016 color)
Google +
MailThank you!
July 26, 2016 at 4:40 am #665127Hi,
Can you post the link to your website please?
Regards,
JosueJuly 27, 2016 at 10:07 pm #665964Here is my site:
Thanks!
July 29, 2016 at 3:32 pm #666610July 29, 2016 at 4:43 pm #666639Hmmm, I can’t see it on the screecast shot or my site either. Not sure what’s going on with it or what else to do :(
I know the code is right and I’ve tried it on another site of mine as well but still can’t see it.
July 29, 2016 at 7:59 pm #666689Hi,
have you checked in another browser or computer? can you post a screenshot of your view.
Best regards,
JosueJuly 30, 2016 at 5:36 pm #666841I still can’t see your screenshots and I’ve tried Safari, Firefox and Chrome. I know I posted above that I thought I had the code right but that was for another thread issue I have open trying to get a gif to post as an image in my sidebar and I can’t see your screenshots on that either.
For this issue, the colors of my icons look right but it’s the hover going back to white that I can’t get to work so a screenshot of it won’t help.
How can I post an image here so I can show you the blank screencast image I’m getting?
August 3, 2016 at 6:03 pm #668203Just checking to see if there is another solution for this?
August 5, 2016 at 2:51 am #668778Hi,
Do you want to change the hover effect of the social icons? Please try this:
#top #wrap_all .social_bookmarks li:hover a { color: gray; background: transparent; }
If you want to define different color for each icon, do something like this:
#top #wrap_all .av-social-link-facebook:hover a { color: #37589b; background-color: transparent; } #top #wrap_all .av-social-link-twitter:hover a { color: #46d4fe; background-color: transparent; }
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.