Custom Css 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
User avatar
wixily
 
 
Posts: 112
Joined: Sun Jan 30, 2022 5:57 pm
Contact:

Custom Css Class

Post by wixily »

For some reasons which i cant trace if i try to define my own custom class it will not be select in my css unless i use id.
for example - if i define class="myclass" in a normal wysiwyg div inside tag nothing happens unless i use id

.myclass { background-color:red; } will not work unless i use
#wb_myid { background-color:red; }
User avatar
Pablo
 
Posts: 23252
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Custom Css Class

Post by Pablo »

It is difficult to say anything meaningful about this without seeing exactly what you did. Because each object is different and also the generated code will be different depending on the context of the object.
Post Reply