Dear Enfold support,
“Share this entry” in the bottom of every post and page show the background color only onMouseOver.
I would like to try to change it and have the colors always visible, I think it will be more immediate and clearly understood.
How to do it?
And also is it possible to resize it?
Thank you
Mauro
Hey profumopuntoit,
Please add a link to the site/page in question so we can inspect what you have.
Best regards,
Jordan Shannon
Please see for example:
Hi,
Add this to quick css:
#top #wrap_all .av-social-link-facebook a{
color: #fff;
background-color: #37589b;
}
#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;
}
#top #wrap_all .av-social-link-gplus a {
color: #fff;
background-color: #de5a49;
}
#top #wrap_all .av-social-link-pinterest a {
color: #fff;
background-color: #cb2027;
}
#top #wrap_all .av-social-link-tumblr a {
color: #fff;
background-color: #345574;
}
#top #wrap_all .av-social-link-mail a {
color: #fff;
background-color: #9fae37;
}
Best regards,
Jordan Shannon
Great thank you. Like this is much more visible
I added also
@media only screen and (min-width: 990px) {
#top .av-share-box ul { width: 53%; }
}
to make it not so big in desktop view
Hi,
Great! I’m glad I was able to help. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon