fireflythemes

All Author and BB icons

May 6th, 2022 (edited)
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.76 KB | None | 0 0
  1. .social-nav ul li a[href*="bookbub.com"]:before {
  2.     background-color: #212327;
  3.     height: 10px;
  4.     width: 19px;
  5.     content: "";
  6.     background-image: url(https://hayleylane.net/wp-content/uploads/2022/04/Bookbub.png);
  7.     background-size: 23px;
  8.     filter: grayscale(100%);
  9.     border-radius: 17px;
  10.     background-position: center;
  11. }
  12.  
  13. .social-nav ul li a[href*="allauthor.com"]:before {
  14.     background-color: #212327;
  15.     height: 25px;
  16.     width: 25px;
  17.     content: "";
  18.     background-image: url(https://hayleylane.net/wp-content/uploads/2021/08/allauthor-icon.png);
  19.     background-size: 27px;
  20.     filter: grayscale(100%);
  21.     border-radius: 17px;
  22.     background-position: center;
  23. }
  24.  
  25. .social-nav ul li a[href*="allauthor.com"]{
  26.     padding-top: 4px;
  27. }
Add Comment
Please, Sign In to add comment