Closed (works as designed)
Project:
NineSixty (960 Grid System)
Version:
7.x-1.0
Component:
Code
Priority:
Major
Category:
Support request
Assigned:
Reporter:
Created:
29 Jun 2011 at 15:46 UTC
Updated:
29 Feb 2012 at 14:55 UTC
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
Comment #1
barbidouille commentedHi,
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.cssbonne chance ;-)
boris
Comment #2
quasi commentedYou 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.