Hi there, i would like to give some images a rounded corner on a website, but adding the quick css code i found on this forum does not seem to work? Any idea what i am doing wrong?
i used this quick css code in the general styling tab:
.avia-image-container { border-radius: 5px; }
and then i added this:
img {
border-radius: 30px;
}
But it does’nt seem to work