Created
July 14, 2017 18:57
-
-
Save gstricklind/41280644f541f0b88b1a6b49b3df53dd to your computer and use it in GitHub Desktop.
Change Beaver Build Icon style +remove icon background
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* change social icons */ | |
.fl-social-icons .fa-stack i:first-child { | |
display: none; | |
} | |
.fl-social-icons .fa-stack i:nth-child(2) { | |
color: inherit; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment