Currently using Gantry four. Cant find the style changes that used to be available in the old Gantry to change the background colour of the pages by section.
just checked LESS information. For someone with little or no tech experience, it seems complex. Is it not possible to access CSS files in the back of the template any longer or just change background colour etc in the style section of the template. Don't understand why Rocket would make things which were quite simple, more difficult.
You can still create your own custom css sheets. Less is aimed at developers who build websites for a living as it helps to reduce repetitive code and allows quick changes.
Not all of our templates will have colour choosers in the admin so it is expected that you should have some technical ability, although not necessarily a geek :cheesy:
If you provide a link and a better description of what you want to achieve we may be able to assist further.
Hope this helps
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information
in the past you could change the header, footer body background colour in the style section of the template, without having to go to css style sheets, it appear that you can now only change link colours. But also I have noticed that the CCS files are no longer accessible from the back end of Joomla. I am assuming you would have to access the files from the server?
CSS can be edited from Joomla. Instead of clicking on the template name, at the top of the page you can see Styles | Templates and you need to click on templates then go down to the one you want to edit and click on it. Follow options you require.
Hope this helps
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information
That is because they are the only two css files. The LESS creates the compiled versions. If you want to add your own css overrides then follow the instructions under documentation on gantry site - Find out more about Gantry here -
www.gantry-framework.org/
Format is templatename-custom.css
So for gantry ot would be gantry-custom.css and a typical club template like graffito would be rt_graffito-custom.css
Hope this helps
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information