Advertisement
arie_cristianD

change social icon with custom icon

Feb 19th, 2025 (edited)
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.59 KB | None | 0 0
  1. @font-face {
  2.   font-family: 'custom-social-media-font';
  3.   src: url('http://localhost/jnews-support/wp-content/uploads/2025/02/custom-social-media-font.woff') format('woff'); /* change with your font file URL */
  4.   font-weight: normal;
  5.   font-style: normal;
  6. }
  7.  
  8. .socials_widget .fa-rss:before, .socials_widget .fa-rss:before, .socials_widget .fa-github:before, .socials_widget .fa-github:before {
  9.   font-family: "custom-social-media-font";
  10.  
  11. }
  12.  
  13. .socials_widget .fa-rss:before { content: '\e800'; } /* Douyin Icon */
  14. .socials_widget .fa-github:before { content: '\e801'; } /* Xiaohongshu Icon */
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement