Add CSS Class and id to images

paolo.mazzagardi
19 Posts
paolo.mazzagardi posted this 18 December 2020

I need to insert a class to several images to use different wordpress plugins.

At the moment it doesn't seem like an implemented feature and I'm forced to use html ....

Thanks

I need to insert a class to several images to use different wordpress plugins. At the moment it doesn't seem like an implemented feature and I'm forced to use html .... Thanks
Vote to pay developers attention to this features or issue.
5 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 18 December 2020

Hello Paolo,

This is indeed not implemented feature. We will add it to the Wish List.

Gina
Themler Support

Hello Paolo, This is indeed not implemented feature. We will add it to the Wish List. Gina Themler Support
paolo.mazzagardi
19 Posts
paolo.mazzagardi posted this 18 December 2020

Thanks

Thanks
Support Team
Support Team posted this 21 December 2020

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:

Screenshot-6.png

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

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: !Screenshot-6.png! 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
paolo.mazzagardi
19 Posts
paolo.mazzagardi posted this 21 December 2020

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: > ![](https://forumattachments.themler.io/589/43589/Screenshot-6.png) > > 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
alicemagnet12
5 Posts
alicemagnet12 posted this 04 September 2024

Adding CSS classes and IDs to Geometry Dash Breeze images helps with styling and targeting them specifically in your web design.

Adding CSS classes and IDs to [Geometry Dash Breeze][1] images helps with styling and targeting them specifically in your web design. [1]: https://geometrydashbreeze.org
You must log in or register to leave comments