Hi SI,
I want to override the css for style-composer.min.css, how can i do that?
Override in template.css (with !important) is not working, i believe that this is due to the composer loading in a independent popup.
I basically want to hide the category section in right bar by doing:
div#fd.eb .eb-composer-category-list {display:none!important;}
div#fd.eb .eb-composer-category-search {display:none!important;}
regards