Atomic text elements REQUIRE the ability to add html to any text anywhere is necessary #35653
wsgShari
started this conversation in
Feature Request
Replies: 2 comments 7 replies
7 replies
|
I agree with the request. Supporting basic inline HTML its make Atomic Widgets much more flexible. Many existing Elementor users rely on custom classes and inline styling for branding, highlighted text, product names, and special content formatting. This is a common requirement in real-world client projects. At the moment, having to switch back to V3 widgets for these use cases makes migration to Atomic Widgets more difficult. It would be great to see support for safe, sanitized inline HTML and custom classes in the future. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Describe the Problem
In a sentence or a button, we need to be able to add html to text. Right now that's not possible, the html has to be applied to the entire text.
You type this into the text box, and the code shows up as text.
Propose a Solution
Allow html in the text box. I can understand that you might not want to allow all html, however all the basics need to be allowed. It is normal practice to emphasize specific words, and the need to use color, bold, italics or links within text. These are basic needs.
Additional Context
Without this, it's an unusable builder.
Use case examples.
Subscribe to <i>NAME</i> NewsletterSubscribe to NAME's Newsletter
Or every time a specific work(s) are use they need to have special formatting.
We suggest you use <span class="product">Sprocket Blue</span> it the best.We suggest you use Sprocket Blue it's the best.
Links are a part of standard website practice.
Please feel <a href="X">free to download my sample document</a>. I'm sure it will help with what you're trying to do.Please feel free to download my sample document. I'm sure it will help with what you're trying to do.
Agreement
All reactions