- Posts: 4
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
This remove the css file from template-core packagetpartner wrote: @DenisChenu, can you please explain what that does (or point to documentation)?
I totally agree.1. i think template-core must be in config.xml of theme
$('link[href$="template-core.css"]').remove();
<files> <css> <remove>path to the file you want to remove</remove> </css> </files>