Change Module for entire site

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Thu Nov 14, 2013 5:20 pm
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.
User avatar
Junior Boarder

GK User
Thu Nov 14, 2013 7:32 pm
Why wouln't you use global css:
Code: Select all
#gkBottom6 { background: orange; }


It will set background image for every #gkBottom6 on entire site.
User avatar
Moderator

GK User
Thu Nov 14, 2013 8:12 pm
Because I'm very silly. Appreciate the help thanks.
User avatar
Junior Boarder

GK User
Sun Nov 17, 2013 11:01 am
Don't say that you are silly... Its just a thing that you didn't know, and thanks to the question - now you do :).
User avatar
Moderator


cron