fauzanjeg

Hide stripes in Date meta OR Change stripes in Date meta to Clock icon

Oct 29th, 2021 (edited)
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.27 KB | None | 0 0
  1. /* to Hide stripes in Date meta */
  2. .entry-header .jeg_meta_author + .jeg_meta_date:before {
  3.     display: none;
  4. }
  5.  
  6. /* to Change stripes in Date meta to Clock icon */
  7. .entry-header .jeg_meta_author + .jeg_meta_date:before {
  8.     content: '\f017';
  9.     font-family: 'FontAwesome';
  10. }
Add Comment
Please, Sign In to add comment