simple-image
simple-image copied to clipboard
Hide caption when it is blank
Is it possible to hide the caption area when it is blank and in readonly mode ? Thanks
you can use this CSS class to hide the caption area
.cdx-simple-image__caption{
display : none;
}