I installed the ninesixty theme (7.x-1.0) and have no idea how to inable the hover effect, when i mouseover the displayed regions. The mouseover are shown, if i'm logged in or not. Would love to work with the ninesixty theme, but somehow i have to disable this effect, it's not very useful on a live site ;-)

Please excuse my bad english.

I've already tried the dev-version but have also problems with the subtheme. Don't know which informations i have to leave in the .info file. Got always errors :-(

Thanks for your support.
Pierre

Comments

barbidouille’s picture

Hi,
I think you have to comment the line related to 'debug.css' in your theme_name.info file (located in your theme directory) by adding a semicolon at the beginning, like that:
; stylesheets[all][] = styles/framework/debug.css

bonne chance ;-)
boris

quasi’s picture

Title: How can I deaktivate the 960 gridcount on mouseover » How can I deactivate the 960 gridcount on mouseover
Status: Active » Closed (works as designed)

You should use a sub-theme.

In the sub-theme you should overwrite the debug.css with an empty file.

More info on sub-themes and style sheet inheritance here.