Advertisement
arie_cristianD

delete icon and background dark in video and gallery thubnail

Nov 8th, 2023 (edited)
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.35 KB | None | 0 0
  1. /* delete icon and background dark in video and gallery thumbnails */
  2.  
  3. /* remove the icon */
  4. .jeg_post.format-gallery .jeg_thumb:after , .jeg_post.format-video .jeg_thumb:after{
  5.     content : none ;
  6. }
  7.  
  8. /* remove the background */
  9. .jeg_post.format-gallery .jeg_thumb:before, .jeg_post.format-video .jeg_thumb:before {
  10.     background-color: transparent;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement