Advertisement
fauzanjeg

Make Meta Author Font Color is Red

Apr 20th, 2021 (edited)
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.19 KB | None | 0 0
  1. /* Make Meta Author Color is Red */
  2. body.single-post .entry-header .jeg_meta_author, /* For `By` Text */
  3. body.single-post .entry-header .jeg_meta_author a { /* For Author Name */
  4.     color:red;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement