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.
8 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
eja.ge.r.m
80 Posts
eja.ge.r.m posted this 05 July 2025

You're right — WordPress doesn’t natively support bulk-adding classes to images via the editor. For now, using HTML is the best option. If you're also using Image to Text tools, adding classes manually helps target specific images for extraction or plugin functionality.

You're right — WordPress doesn’t natively support bulk-adding classes to images via the editor. For now, using HTML is the best option. If you're also using [Image to Text][1] tools, adding classes manually helps target specific images for extraction or plugin functionality. [1]: https://imagetotext.ltd/
fish27590
1 Posts
fish27590 posted this 4 weeks ago

Achieve your certification goals with confidence and ease. Each question in our material is verified by professionals to ensure accuracy and relevance. Our comprehensive CSC1 Questions and Answers set helps you understand real exam concepts and improve performance effectively. Designed for smart learners, our study materials saves time and boosts confidence. With updated content and expert validation, VALID4SURE provides everything you need to pass your CSC1 certification exam successfully on your very first attempt.

Achieve your certification goals with confidence and ease. Each question in our material is verified by professionals to ensure accuracy and relevance. Our comprehensive **[CSC1 Questions and Answers][1]** set helps you understand real exam concepts and improve performance effectively. Designed for smart learners, our study materials saves time and boosts confidence. With updated content and expert validation, **VALID4SURE** provides everything you need to pass your **CSC1 certification** exam successfully on your very first attempt. [1]: https://www.valid4sure.com/CSC1-exam-answers.html
iamaamerofficial
1 Posts
iamaamerofficial posted this 2 weeks ago

I actually tried this feature recently in my site http://aethersx2-apk.com/, and it worked perfectly for me! 😊 I was able to add a custom class to several images without any issues — super handy for integrating with different WordPress plugins. Definitely a time-saver compared to editing the HTML manually.

I actually tried this feature recently in my site http://aethersx2-apk.com/, and it worked perfectly for me! 😊 I was able to add a custom class to several images without any issues — super handy for integrating with different WordPress plugins. Definitely a time-saver compared to editing the HTML manually.
You must log in or register to leave comments