Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #827252

    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

    #827661

    Hey Stanko,

    Would you be able to provide a link to the site/page in question?

    Best regards,
    Jordan Shannon

    #828421
    This reply has been marked as private.
    #828422
    This reply has been marked as private.
    #828497

    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

    #828628

    Hey Jordan
    thanks a lot – that´s great great support – I really apreciate this
    We can close this post
    Stanko

    #828872

    Hi,

    Glad that Jordan helped you. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.