Hi
I would like to change the background colour of the social media icons in the top header, I would like the active background colour to be the same as the hover colour. Can you supply the CSS to do this please?
Kind Regards
Kenny
Hey bramblejam,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi
I have given link in private content. I would like the active state of the social icons to have the hover background colour ie facebook blue etc It would make them standout more and give some colour to the top right of the site.
Kenny
Hi Kenny,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #wrap_all .av-social-link-twitter a {
color: #fff;
background-color: #46d4fe;
}
#top #wrap_all .av-social-link-facebook a {
color: #fff;
background-color: #37589b;
}
#top #wrap_all .av-social-link-instagram a {
color: #fff;
background-color: #a67658;
}
#top #wrap_all .av-social-link-pinterest a {
color: #fff;
background-color: #cb2027;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria
I put the code in quick CSS but didnt seem to work?
Kenny
Hi,
Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.
Best regards,
Jordan Shannon
Sorry to keep bothering you with this but I cant get it to work. The code is the only thing in the quick CSS and I have cleared the cache and accessed the site on another computer but still no luck!
Hi,
Please provide admin info so we can log in and look into this further.
Best regards,
Jordan Shannon
Its working now! thanks for your help.
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon