Referencing " img { " in css in header of hype

Is it possible to add css properties to all images in hype using via css in the header or do I have to give each image a class name? I have hundreds of images I need to apply a css filter too. Code is working if I give image a class name. but using the img{ doesn't seem to automatically apply it to all images.

style tag
img {
//code
}
/style tag

most of the cases images will be background-images of an html-div-element.
so img-selector won't fit here ...

gotcha. will do it manually giving each image a class. thank you.

1 Like