abhijain45 Posted January 22, 2015 Share Posted January 22, 2015 I have added inline css in htmlbox.My question is how to add internal css in htmlbox? Link to comment Share on other sites More sharing options...
tutzu93 Posted January 22, 2015 Share Posted January 22, 2015 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 Link to comment Share on other sites More sharing options...
vekia Posted January 22, 2015 Share Posted January 22, 2015 hello what you mean by internal? you just want to use classes defined in global.css for example, orwhat? Link to comment Share on other sites More sharing options...
Recommended Posts