I am in the middle of tweaking a RocketTheme Template, and ran into a small design issue I want to override a template style on one Page. The problem is how Gantry works and CSS in general. Gantry sets css style attributes for various classes that are used. This is especially true with the box/container elements . A box background and border is set for the component section (.rt-block). However I like to omit this styling element for this one page. Omitting it will omit it for the entire site. What is the best approach for solving this issue?
Best Regards,
Josh (aka coder4life)
Please be patient as we help you with questions. Sometimes preliminary questions are used to better investigate and recommend solutions. Make sure to search the forum to see if your answer has been answered previously. Last, make sure to have fun!
you can add a page class suffix to the menu item's Parameters(System) then create new styles based on that page class suffix that will override the normal rendering.