0
Welcome Guest! Login
0 items Join Now

Wrapper menu item background color

    • Grant's Avatar
    • Grant
    • Hero Rocketeer
    • Posts: 279
    • Thanks: 0
    • iCast Interactive

    Wrapper menu item background color

    Posted 12 years 2 days ago
    • How can I make the background of a wrapper color be #000000 ? as of now its transparent showing the website background through the window...

      Thanks for the help!
      -Grant
  • Re: Wrapper menu item background color

    Posted 12 years 2 days ago
    • Hello Grant,

      Something like this in a Custom CSS file should do it:

      #wrapper {
      background-color: #000000;
      }

      BTW, are using Firebug in Firefox?

      Firefox: www.mozilla.org/en-US/firefox/new/
      Firebug: getfirebug.com/

      You can inspect specific CSS elements on your website with a single click using Firebug.
    • Kind regards,
      Reggie

      Learn to code for free.
      www.freecodecamp.org

Time to create page: 0.074 seconds