-
AuthorPosts
-
October 1, 2015 at 2:30 am #511911
How do I change the background circles colors for the social icons? Is there a way to have each one a different color?
October 1, 2015 at 9:30 am #512020Hey mcraig77,
Could you provide us with a link to the site in question so that we can take a closer look please? What colours would you like?
Regards,
RikardOctober 1, 2015 at 9:41 am #512027My site is in maintenance mode but you can access it with the private data.
October 1, 2015 at 1:41 pm #512158Hi!
Please add following code to Quick CSS and adjust as needed
#top #wrap_all .av-social-link-instagram a { color: #fff; background-color: #a67658; } #top #wrap_all .av-social-link-facebook a { color: #fff; background-color: #37589b; } #top #wrap_all .av-social-link-twitter a { color: #fff; background-color: #46d4fe; }
Best regards,
YigitOctober 1, 2015 at 10:23 pm #512462thanks! but I wanted the icons to not have a circle normal and on rollover the color… that code is for normal circle…
October 2, 2015 at 8:41 am #512606Hi,
Try the following as well:
#header_main .social_bookmarks li a { border-radius: 0px !important; }
Thanks,
Rikard- This reply was modified 9 years, 1 month ago by Rikard.
October 2, 2015 at 7:18 pm #512972not quite. What I want is the following:
I want the icons black without a circle normal.
On hover I want the icons white and the background hover circle a custom color…
Please advise.
October 5, 2015 at 4:56 am #513450Hey,
Please try the following:
#top .social_bookmarks li a { color: black !important; background-color:transparent !important; } #top .social_bookmarks li a:hover { color: white !important; background-color:black !important; }
Regards,
RikardOctober 5, 2015 at 5:11 am #513457OK cool … but how do I get each icon to have a different hover background circle color?
October 5, 2015 at 1:03 pm #513724Hi!
Please add following code to Quick CSS and adjust as needed
#top #wrap_all .av-social-link-instagram:hover a { background-color: #a67658; } #top #wrap_all .av-social-link-facebook:hover a { background-color: #37589b; } #top #wrap_all .av-social-link-twitter:hover a { background-color: #46d4fe; }
Regards,
YigitOctober 5, 2015 at 11:58 pm #514087Perfect!
October 6, 2015 at 1:13 am #514096When I clock on one of these icons not there is a line underneath the icon… how do I have this not happen?
See screenshot
October 6, 2015 at 4:49 pm #514575 -
AuthorPosts
- You must be logged in to reply to this topic.