Hi There
I would like to make the menu gray as you can see in the link.
test.lebuso,de
I used a costum css which i found here in the forum. However i can`t make the whole menu gray.
I would like to have it from left to right gray.
Also;
I want to make the spaces between the header and slider smaller but whatever i did, i couldnt do it ?
Could you please help
About the menu issue please see the pictures attached.
[IMG]http://i62.tinypic.com/mt9u02.jpg[/IMG]
http://i62.tinypic.com/mt9u02.jpg
Thanks and Regards
Hamdi
Hey Hamdi!
Add this to your custom CSS.
.home #main > .main_color:first-child .template-page {
padding: 0 !important;
}
#header_main_alternate .container {
background: none repeat scroll 0 0 gray;
}
Regards,
Elliott
Hi There
Thank you so much.
Regards