Top Bar "Left" background

On the header style "sack:center" i'd like to change the background color of the "container" that contains the Logo without affecting the menu-bg below it. 

please see on that link: http://corpor8.ch

I would basically like the bg behinde the logo in brown so i can place the logo in white over it.

can't help myself with this issue - tried many many many things.

regards

Comments

  • Hi,
    try using this css 
    #logo {
    background:brown !important;
    padding:15px !important;
    }
  • thanks, i will try asap and let you know if it works for me... 
  • Hello,

    this doesn't do the job unfortunately as it just changes the logo background. Id like to have the full with colored... 

    please advise
  • You can use this:

    .header-stack #Top_bar {background-color: brown;}

    However, it will also make the navigation area brown. I've solved this issue by using a background image. If you would like me to send you that code, just message me.

    Hope that helps!
  • Sorry that the previous CSS did not work but you could have been more precise, this css will do the trick 
    #Top_bar > .container > .column.one {
    width:100% !important;
    margin:0 !important;
    }
    #Top_bar .logo {
    background:brown !important;
    }
    thanks
Sign In or Register to comment.