I can't add my class

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
kobanozadze
 
 
Posts: 1
Joined: Tue Jan 13, 2026 5:12 pm

I can't add my class

Post by kobanozadze »

"Icon from the font" when I add a class, it is added to the top level, if id="refreshBtn" then the top level is created id="wb_refreshBtn" and the class is added here I want him to be added here id="refreshBtn"

the program creates code like this:
<div id="wb_refreshBtn" style="display:inline-block;width:30px;height:30px;text-align:center;z-index:1;" class="refresh-icon">
<div id="refreshBtn"><i class="fa fa-arrows-rotate"></i></div>

and I want it like this:
<div id="wb_refreshBtn" style="display:inline-block;width:30px;height:30px;text-align:center;z-index:1;">
<div id="refreshBtn"><i class="fa fa-arrows-rotate refresh-icon"></i></div>
User avatar
Pablo
 
Posts: 24187
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: I can't add my class

Post by Pablo »

I'm sorry, there is currently no option to changed this.

Please note that WYSIWYG Web Builder is not an HTML editor, which means that the code does not exist until you publish the page.
And also the generated code will be different based on the context of the object. For example, the HTML and CSS will be different if the object inside a different container (layer. flexbox, layout grid etc).
Post Reply