Advertisement
arie_cristianD

change related post color

Sep 13th, 2023
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.28 KB | None | 0 0
  1. /* change the related post title color */
  2.  
  3. .jnews_related_post_container .jeg_block_title{
  4.     color : red ;
  5. }
  6. .jnews_related_post_container .jeg_block_heading_6:after {
  7.     background-color : red ;
  8. }
  9.  
  10. .jnews_related_post_container .jeg_block_title strong {
  11.     color : yellow ;
  12. }
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement