Advertisement
arie_cristianD

remove dark background in video thumb

Nov 1st, 2023
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.36 KB | None | 0 0
  1. /* use this code if you want this aplly to gallery and video formated post */
  2.  
  3. .jeg_post.format-gallery .jeg_thumb:before, .jeg_post.format-video .jeg_thumb:before {
  4.     background-color: transparent;
  5. }
  6.  
  7. /* use this code if you oinly want this apply only in video formated post */
  8.  
  9. .jeg_post.format-video .jeg_thumb:before {
  10.     background-color: transparent;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement