Advertisement
arie_cristianD

delete background and icon in post gallery

Dec 14th, 2023
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.22 KB | None | 0 0
  1.  
  2. /* delete background and icon in post gallery */
  3. .jeg_heroblock .jeg_post.format-gallery .jeg_postformat_icon:after{
  4.     content : unset ;
  5. }
  6. .jeg_post.format-gallery .jeg_thumb:before {
  7.     background-color : unset ;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement