Hi,
I want to add the following custom class to one of my images:
img {
padding: 10px;
border: 4px solid #ffffff;
background-color:#F0F5F9;
}
The problem is, this is only working when I use IMG. But when I add a custom class (because I want it to be applied on one image only) it’s not working. Under advanced –> Additional CSS class(es) I have added my custom class. But then the custom class is applied to the container, and not to the image.
What am I doing wrong?