I'd like to change module parameters but for the entire site, rather than one page.
So my process for modifying is:
1. Add suffix to page (by the way, can a page have more than one suffix?)
2. Modify override.css
3. Save and clear cache.
4. view changes
However, I have modified every page. So each page has it's own class. But instead of re-writing the same code for every page for this module: ie
.homepage #gkBottom6 { background: orange; }
.aboutpage #gkBottom6 { background: orange; }
.servicespage #gkBottom6 { background: orange; }
etc
I'd just like to make one class, that the module - throughout the site - adheres to e.g
.allpages #gkBottom6 { background: orange; }
But in all the documentation it's all about modifying one module on individual pages. Unless I'm missing it.
Help appreciated.
