Advertisement
arie_cristianD

make thumbnail and featured image rounded

Mar 23rd, 2025
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.30 KB | None | 0 0
  1. .jeg_thumb , .jeg_block_container {
  2.     border-radius : 5px; /* JNews Block & Hero */
  3. }
  4.  
  5. .jeg_posts_wrap .box_wrap {
  6.     border-radius : 5px 5px 0px 0px; /* JNews Block with boxed Wrapper */
  7. }
  8.  
  9.  
  10. .jeg_featured .thumbnail-container {
  11.     border-radius: 5px; /* featured image on single post */
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement