Add a Border Radius to Images
Hy,
I inserted the
following CSS code, into the Betheme Option section - Custom CSS, to make the angles of the images round, but it works
only for the top corners and not those at the bottom and only from the
desktop.
img{
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
border-radius: 5px !important;
}
what would be the exact code for curving or rounding the corners of the images?
or is there a function provided in the Theme?
Thank you!
I inserted the
following CSS code, into the Betheme Option section - Custom CSS, to make the angles of the images round, but it works
only for the top corners and not those at the bottom and only from the
desktop.
img{
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
border-radius: 5px !important;
}
what would be the exact code for curving or rounding the corners of the images?
or is there a function provided in the Theme?
Thank you!
Comments
sorry but there is not option for that. This could not work because the img {} selector is not strong enough. You could have to decare it for each image individually.
thanks
How to declare it for each image individually?
Thank you!
Custom | Classes
Custom CSS Item Classes Names
.roundedborder { border-radius:5px !important;}
in the Image builder section, but doesn't work.
another solution?
Thanks!
thanks