There is a bar covering my top navigation menu
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
I recently started using graphene and I can’t seem to remove a bar that covers the bottom portion of my navigation menu. I have a 28 page menu which is 3 rows worth of items and it’s the third row that’s covered. My website is http://www.philly-home-improvement.com for you to glance at what im talking about. The bar is a gradient of white to light gray so I played around with colors with no success. I changed the header display option to use “light coloured header bars” and the colors reversed by the problem remained (my third row was covered by a black bar this time). I figured it might be a image so I searched for the image in the themes image folder, also to no success. I searched high and low through the graphene options as well and can’t seem to find any options in the matter. Finally I looked through the code but I’m sure I missed it after spending many hours trying to figure out how to get rid of this bar covering the row of menu options on my site. Please advise.
Hi,
The menu pulls some of it’s coloring from a sprite graphic file. And some of it can be edited via custom CSS.
If you would like to give your menu area a solid black background, you may add the following to your custom CSS in the graphene options panel:
#header-menu {
background: none repeat scroll 0 0 #000000;
}
Josh,
Thanks! That worked swimingly.
Viewing 3 posts - 1 through 3 (of 3 total)
This free Support Forum relies on contributions from our support staffs and fellow Graphene themes users. While we endeavour to provide adequate and timely support, due to its voluntary nature responses are not guaranteed and may be delayed.
If you require urgent assistance, you may like to consider our Priority Support option.
Made with by Graphene Themes.