Dear all,
I want to change the background image of the header.
However: I only want to change the background of the header area, not the navigation area.
If I try:
#div_header { url( bg.png) } , or
#header_main .container { url( bg.png) } , or
#header_main .container, .main_menu ul:first-child > li a{ url( bg.png) }
it will change the background of the header, but it starts repeating itself at the navigation area.
I don’t want the background to also influence the area where the navigation menu starts. Only above the navigation menu.
Any help would be greatly appreciated
Hey!
Can you please post the link to your website so we can provide you an accurate custom CSS code? :)
Regards,
Yigit
website is: http://www.stoq.nl
Hey!
You can try this:
div#header_main > .container .inner-container {
background: red;
}
Regards,
Ismael
Wow thanks! works like a charm! You guys are great.
Many thanks!