I have just got myself familiar with editing and creating custom Gantry templates and now Gantry 4 has appeared with it's less.css and I am confused over two issues...
In Gantry 3 I would change the whole background of a site with this code in the style1.css file: body {background: url(../images/backgroundimage.jpg) center top repeat-x !important;}
I would also have to go into the template manager and make the header, body and footer transparent.
What do I have to do now in order to make a full page background image for a site? Step by step instructions would be appreciated...
Also, I used to create my own custom module class suffixes like this:
1. .nopadding .rt-block {
2. padding:0;
3. }
and place them in template.css
Can this still be done, is the same code and now where do I place the file?
I'm a bit worried as it seems that Gantry 4 has just obliterated everything I had previously learned!!
I tried your custom.css file and it worked using the menu font size so i am on my way. Still so much to learn though...
What I wondered is this...
As I was so comfortable using the old version of gantry is there still a way to download it and use it on new sites or is it now only advisable to install and use Gantry4?