Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #445185

    How can I color the social media (Fontello) icons I have in the footer of this site? http://california-apmp.org/wp/

    They are taking on the link color for the site. I want them to be white and the hover color white, too. I also want to align them all the way over to the right side, too.

    thank you!!

    #445641

    Hi gharding!

    Please try the following in Quick CSS under Enfold–>General Styling:

    #text-5 .av-icon-char {
      color: white !important;
      float: right !important;
    }

    Best regards,
    Rikard

    #445716

    that worked for changing the color, but the didn’t move to the right. thank you!

    #446192

    Hi!

    Please try this:

    #text-5 .avia-icon-pos-left {
      float: right;
    }

    Cheers!
    Ismael

    #446206

    YES!!! thank you!
    g

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘color social media icons’ is closed to new replies.