Is there a way to add a caption to a Single Image. I need to add captions to the 5 images at the bottom of
http://www.modburyteam.org/home-2/
Thanks
Hello aph100,
Please notice that if you are using the Single Image to add an image, this one will do not appears with the caption, just single image because of this the functionality for this element. So, if you want to display an Image with caption, you should use the Column Text, like this -> https://www.screencast.com/t/HNrtxuLziWsI
Thanks for your understanding!
Hello aph100,
Please check the Single Image settings from here -> https://www.screencast.com/t/gtkgSkoasM
Thanks for the message!
Hi, I am sorry I am not sure I understand.
if i use single image, I am able to use the Single Image settings to get, for example, rounded corners, but I am not able to display a caption.
If I use Column text, I can insert an image with a caption, but I don’t see any way too get the rounded corners.
My query was, if i use Column Text, and I also able to set some css or other setting to get the rounded corners?
Many thanks for your help
Hello aph100,
Notice that the Single image element has not been designed to display the caption of the image. You should use the Column text element and then, if you want to achieve the rounded corners for your images, you should use the border-radius property. Please check the following useful guide from here -> https://www.w3schools.com/cssref/css3_pr_border-radius.asp That property should have to be added something like this ->
img {border-radius:50%} It’s just a simple example.
Hope this helps!
Thanks for your understanding!