Hi
The best idea would be to use a page class suffix. In template settings You have a section where a page class suffix can be created and attached to an id of a page.
Use for example a suffix like " menupage" and a css:
- Code: Select all
.menupage #gkMainbody {
background: #000000;
}
the same thing can be achieve by using a module with a custom css code attached to a certain pages.