Hi all,

I looking for a way to hide the main page content only on
the front page in my Omega subtheme.

Even If I try to restrict the content in block configuration, I can still set the content
it just shows underneath the original block.

If anyone has suggestions let me know
thanks

-Verto

Comments

Verto’s picture

I can still *see the content

himerus’s picture

Personally, I use the Delta module (http://drupal.org/project/delta) for this type of need.

I simply create a new Delta/Context that will on the homepage disable the content region/zone.

So for all default (non-front page) layouts, everything is laid out as normal, but on the homepage, I'll completely disable the entire content section (content, sidebars).

Verto’s picture

Hey, that works great thank you very much!

If you don't mind me asking one more question even though it's not the same subject.

What is the best way to override 960.css?
My .info file looks correct — stylesheets[all][] = css/subtheme.css
Yet, all styling is still running through 960.css

Thanks again for the Delta suggestion.
-Verto

protools’s picture

What is the best way to override 960.css?

css [weight] = 10 ?

fubhy’s picture

css[] was added in 7.x-3.x so this doesn't work in 7.x-2.x

Verto’s picture

Oh cool, I had 7.x-2.x I'll try the new version

Argus’s picture

Status: Active » Closed (works as designed)

closing spree...

fubhy’s picture

Thanks for your help on the Issue Queue Argus. Very much appreciated.