By Sunny on Wednesday, 09 December 2015
Posted in Technical Issues
Likes 0
Views 661
Votes 0
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
Hey Sunny,

I remember have suggested this following css code before right?


div#fd.eb .eb-composer-fieldset[data-name='category'] {
display: none !important;
}


Perhaps you can provide us with your Joomla backend and FTP access so we can take a look why it can't work? Because it work fine in my locally.
·
Wednesday, 09 December 2015 22:18
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post