Tagged: social icons
Hi dear enfold support team
I´ve searched the web for a smart css solution but couldn´t find any.
My customer wants the social icons underneath the posts to appear colored (as we can see within the hover effect) -facebook is blue, google+ is red and so on
My question: HOW to achieve that all social icons appear colored (as they are with the mouse.over / hover effect) – vice versa would do it
thanks for this great theme and support
Hey Stanko,
Would you be able to provide a link to the site/page in question?
Best regards,
Jordan Shannon
Hi,
You would need to target via css. Add this to quick css:
.av-share-link.av-social-link-facebook{
color:#fff!important;
background:#37589b!important;
}
.av-share-link.av-social-link-twitter{
color:#fff!important;
background:#46d4fe!important;
}
.av-share-link.av-social-link-gplus{
color:#fff!important;
background:#de5a49!important;
}
.av-share-link.av-social-link-pinterest{
color:#fff!important;
background:#cb2027!important;
}
.av-share-link.av-social-link-linkedin{
color:#fff!important;
background:#419cca!important;
}
.av-share-link.av-social-link-tumblr{
color:#fff!important;
background:#345574!important;
}
.av-share-link.av-social-link-reddit{
color:#fff!important;
background:#FF4500!important;
}
.av-share-link.av-social-link-mail{
color:#fff!important;
background:#9fae37!important;
}
Best regards,
Jordan Shannon
Hey Jordan
thanks a lot – that´s great great support – I really apreciate this
We can close this post
Stanko
Hi,
Glad that Jordan helped you. Thanks for using Enfold :)
Best regards,
Nikko