Custom Css Class
Posted: Sat Aug 24, 2024 4:36 pm
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; }
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; }