Joomla 3 edit Gantry css

posted in: CSS & HTML, Joomla, Joomla sw | 0
Many of us use a custom css file placed in the templates/your-templates-name/css directory. You will give it the same name as the template and add -custom.css after it like so…
gantry-custom.css
Then you can add your own css code to override what is in the .less and .css files. Others do the same thing only they use a gantry-custom.less file placed in the templates/your-templates-name/less directory.