richardrottman

Lightweight Social Icons icon colors

Aug 21st, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.76 KB | None | 0 0
  1.  
  2. /*
  3. Copy the following and then paste it at the bottom of your
  4. theme's stylesheet.
  5. ----------------------------------------------------------------- */
  6. #simple-social-icons-2 ul li.ssi-facebook a {
  7.     background-color: #3b5998 !important;
  8.     color: #fff !important;
  9. }
  10.  
  11. #simple-social-icons-2 ul li.ssi-instagram a {
  12.     background-color: #517fa4 !important;
  13.     color: #fff !important;
  14. }
  15.  
  16. #simple-social-icons-2 ul li.ssi-pinterest a {
  17.     background-color: #bd081c !important;
  18.     color: #fff !important;
  19. }
  20.  
  21. #simple-social-icons-2 ul li.ssi-twitter a {
  22.     background-color: #55acee !important;
  23.     color: #fff !important;
  24. }
  25.  
  26. #simple-social-icons-2 ul li.ssi-tumblr a {
  27.     background-color: #32506d !important;
  28.     color: #fff !important;
  29. }
Add Comment
Please, Sign In to add comment