Hello,
I’d like my portfolio grids (for each portfolio category) to show circular images instead of rectangular ones. Is this possible? I see that option for images added to the content, and I’d like to keep that theme going throughout the website. The site is in development, you’ll have to log in to be able to see the page referenced below.
Hey 1lizcollins!
Please add the below css in enfold options > general styling > quick css
.grid-image {
border-radius: 10000px;
}
Best regards,
Vinay
Thanks! Worked perfectly.You can mark this as resolved.