Advertisement
arie_cristianD

change the category title color

Jul 31st, 2024
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.37 KB | None | 0 0
  1. .jeg_thumb .jeg_post_category a , .jeg_postblock_content .jeg_post_category a , .jeg_slide_caption .jeg_post_category a {
  2.     color : #000 ; /* color for the text */
  3. }
  4.  
  5.  
  6.  
  7. .jeg_thumb .jeg_post_category a:hover , .jeg_postblock_content .jeg_post_category a:hover , .jeg_slide_caption .jeg_post_category a:hover {
  8.     color : #fff ; /* color for the text when mouse hover */
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement