arie_cristianD

replace headeer title icon with custom icon

Oct 26th, 2025
1,118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.51 KB | None | 0 0
  1. @font-face {
  2.   font-family: 'my-custom-font';
  3.   src: url('http://localhost.local/wp-content/uploads/2025/10/custom-social-media-font.ttf') format('woff'); /* change with your font file URL */
  4.   font-weight: normal;
  5.   font-style: normal;
  6. }
  7. .use-custom-font .jeg_block_title .fa{
  8.    font-family: 'my-custom-font';
  9. }
  10.  
  11. .use-custom-font .jeg_block_title .fa.fa-address-card:before{ /* change fa-address-card with your element icon class */
  12.   content :'\e800' ; /* change with your custom icon content code */
  13. }
  14.  
  15.  
Advertisement
Add Comment
Please, Sign In to add comment