Advertisement
arie_cristianD

make thumbnail and featured image rounded

Mar 23rd, 2025 (edited)
718
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.42 KB | None | 0 0
  1.  
  2. .jeg_posts_wrap .box_wrap {
  3.     border-radius : 5px 5px 0px 0px; /* JNews Block with boxed Wrapper */
  4. }
  5.  
  6. .jeg_thumb , .jeg_block_container , .jeg_postblock_15 .box_wrap  {
  7.     border-radius : 5px; /* JNews Block & Hero */
  8. }
  9.  
  10.  
  11.  
  12. .jeg_featured .thumbnail-container {
  13.     border-radius: 5px; /* featured image on single post */
  14. }
  15.  
  16. .content-inner  img {
  17.       border-radius: 5px; /* fall images inside the posts */
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement