The image is labeled as wp-image-2853 and I tried to remove the space between one line of text and the image by adding the following code to the Additional CSS text box found under Appearance > Customize… but it didn’t work.
.wp-image-2853
{
margin-top: 0!important;
}
Would like to have this work across the entire website where this image is used repeatedly.
But… I’ve understood that the figure tag is for ALL images and I only want one specific image targeted like this. By adding a class to the image’s “figure”, would that not cause ALL images to remove the space?