Advertisement
fauzanjeg

Make Rounded Corners for WordPress Image Gallery

Aug 25th, 2021
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.13 KB | None | 0 0
  1. /* Make Rounded Corners for WordPress Image Gallery */
  2. .wpb_gallery_slides img,
  3. .lightbox img.lb-image {
  4.     border-radius: 98px;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement