Advertisement
fauzanjeg

Change Font Color for Subtitle and Meta-left

Apr 21st, 2021
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.19 KB | None | 0 0
  1. /* Change Font Color for Subtitle and Meta-left */
  2. .single-post .jeg_main_content h2.jeg_post_subtitle,
  3. .single-post .jeg_main_content .jeg_meta_container .meta_left {
  4.     color:red;
  5.  
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement