Advertisement
fauzanjeg

Example Custom Style for Post Subtitle

Dec 3rd, 2021
1,520
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.17 KB | None | 0 0
  1. /* Example Custom Style for Post Subtitle */
  2. .entry-header .jeg_post_subtitle {
  3.     color: green;
  4.     font-size: 20px;
  5.     font-weight: bold;
  6.     font-family: cursive;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement