Menu colour seperate to background/body colour

I'm using a side menu/navigation and i want it a different colour to the main background colour, how do I do this?

At the moment only the @body background@ seems to change the colour of the side menu, but it also changes the colour of the background

Comments

  • Hello,
    could you please show us what you mean with a screenshot?
    And please attach a link to your website.
    thanks
  • Hi Thank you very much for getting in touch, I found out a fix, needed a bit of extra CSS
    - if anyone else needs it

    @media only screen and (min-width: 1240px) {
    #Header_creative { background-image: url("*****"); background-repeat: no-repeat; background-position: left top; }
    }
Sign In or Register to comment.