Active
Project:
Acquia Slate
Version:
6.x-1.4
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2011 at 05:07 UTC
Updated:
12 Apr 2011 at 04:49 UTC
I can show the inner banner image by adding a block to that region, but that also adds a grey bar across the bottom of the region.
Is there a way to show the banner, but without the gray bar?
Comments
Comment #1
shruti.sheth commentedHello,
1. The grey bar is due to the background image given to in your style.css , Please refer to the following code in your style.css
2. If you remove the background from the above code you will not get the gray bar but you would also have to change the "color : #000; "
in the code to some color rather than black so your text doesn't merge with background in #content-top.
Thanks.
Comment #2
shruti.sheth commentedComment #3
dpatte commentedThanks. I'd like to keep the image but put nothing in the area. So I guess I'll remove the background and include a block with & n b s p ; -- that might work.
Comment #4
shruti.sheth commentedHello,
Yes, I guess it should work fine.