Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #836536

    Hi,
    My client has asked for the social share icons on a post to be coloured.
    Is there any CSS that would do this. Basically the reverse of how they work now.

    Thanks
    Jon

    #836541

    I’ve got a small way with the following code, I just can’t figure out the rollovers!

    li.av-share-link.av-social-link-facebook {
      color: white!important;
      background-color: #37589b!important;
    }
    li.av-share-link.av-social-link-twitter {
      color: white!important;
      background-color: #46d4fe!important;
    }
    li.av-share-link.av-social-link-linkedin {
      color: white!important;
      background-color: #419cca!important;
    }
    #837957

    Hi Jon,

    Here is how you can change text color on hover:

    
    #top #wrap_all .av-social-link-facebook:hover a {
      color: red;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

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