By potatoJohnson on
Hello, i have set a image feild, when a new post is made, but the only html i can target with my CSS is the "img" tag, and i do not want to change all images, how do i give this image a ID or target it ?
Hello, i have set a image feild, when a new post is made, but the only html i can target with my CSS is the "img" tag, and i do not want to change all images, how do i give this image a ID or target it ?
Comments
If you look at the generated
If you look at the generated html you will notice there is a wrapper with a class that reflects the field name, this class can be used to target the css.