Add a border radius for image
Hello,
Please let me know how i can a border radius for one image?
On the custom CSS section i have add next code:
.circular--square {
border-top-left-radius: 10% 10%;
border-top-right-radius: 10% 10%;
border-bottom-right-radius: 10% 10%;
border-bottom-left-radius: 10% 10%;
}
Then on the image Custom | Classes i have add "circular--square"
But it's nothing happened..:(
Any ideea how i can make it?
Comments