Advertisement
arie_cristianD

social icon share color

Dec 11th, 2023
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.27 KB | None | 0 0
  1. /* social share background color */
  2.  
  3. .jeg_share_button .jeg_sharelist a {
  4.     background-color : #000 ;
  5. }
  6.  
  7. /* social share icon color */
  8. .jeg_share_button .jeg_sharelist a i.fa {
  9.     color : #fff ;
  10. }
  11. .jeg_share_button .jeg_sharelist a i.fa svg {
  12.     fill : #fff ;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement