Paolo,
I have just thought of another way to work with this.
If you add every image to a different section, you can then use section ID.
For example:
See, the image in my theme is in section with ID section4.
I can then use the following CSS to work with this image:
#section4 img {
...}
Gina
Themler Support
Hi Gina, unfortunately I have to connect the class to the image otherwise I can't activate the plugins. It's not about simply applying a CSS style ...
thanks anyway for the tip
> Paolo,
>
> I have just thought of another way to work with this.
> If you add every image to a different section, you can then use section ID.
>
> For example:
> 
>
> See, the image in my theme is in section with ID section4.
> I can then use the following CSS to work with this image:
>
> #section4 img {
> ...}
>
> Gina
> Themler Support
Hi Gina, unfortunately I have to connect the class to the image otherwise I can't activate the plugins. It's not about simply applying a CSS style ...
thanks anyway for the tip