make some images circle and some with circled edges
-
hello, can you please give me 2 css codes to apply in order to show some images:
1. in circle shape and with content aligned and font size applied accordingly.
2. in rectangle but with curved edges and with content aligned and font size applied accordingly?
thank you
Hello,
Please elaborate with the help of some relevant screenshots of the specific area with the URL of the page that you actually require. To check it myself and help you out accordingly.
Because your current explanation is not clear enough to understand what you actually require.
Regards.
Xtemos Studios.
hello, yes of course.
i would like 2 css codes:
1. https://i.imgur.com/yzdrABr.png i would like to apply rounded corners for images of my choice.
2. and in the same page https://i.imgur.com/ZDOivw5.png i would like one more css code for circle images and to minimise the size of images about 50% ,again for images of my choice.
thank you
Hello,
I saw the screenshots you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.single-portfolio #gallery_852 img.woodmart-gallery-image {
border-radius: 20%;
}
.single-portfolio #gallery_201 img.woodmart-gallery-image {
border-radius: 50%;
}
Regards.
Xtemos Studios