Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* delete icon and background dark in video and gallery thumbnails */
- /* remove the icon */
- .jeg_post.format-gallery .jeg_thumb:after , .jeg_post.format-video .jeg_thumb:after{
- content : none ;
- }
- /* remove the background */
- .jeg_post.format-gallery .jeg_thumb:before, .jeg_post.format-video .jeg_thumb:before {
- background-color: transparent;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement