Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #427515

    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.

    #427516

    Any help would be greatly appreciated

    #427520

    Hey!

    Can you please post the link to your website so we can provide you an accurate custom CSS code? :)

    Regards,
    Yigit

    #427569

    website is: http://www.stoq.nl

    #428158

    Hey!

    You can try this:

    div#header_main > .container .inner-container {
      background: red;
    }
    

    Regards,
    Ismael

    #429190

    Wow thanks! works like a charm! You guys are great.

    Many thanks!

    #429506

    Hey!

    Glad we could help :)

    Regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change Background Image of Top menu Only’ is closed to new replies.