Jump to content

css in htmlbox


Recommended Posts

You need to modify the global.css or the respective css file that contains your element style . For example, if you insert this div <div class="item"> TEST TEST TEST! </div> in your html box, then to modify it's css you should inspect on page and see what css file controls it and introduce it's properties there: 

 

.item {

blabla:blabla;

blabla:blabla;

 }

 

 If you have further questions feel free to ask :D

Link to comment
Share on other sites

×
×
  • Create New...