1 replies
  • WEB DESIGN
  • |
I am trying to edit the colour of the nav bar and different parts of this site, i cant seem to find the background colour using firebug

http://richardharris.16mb.com/store/

Any advice would be appreciated.

Thanks in advance.
#css #edit
  • Profile picture of the author monkeyfunky
    The color is part of the #menu element:

    #menu {
    background-image: linear-gradient(to bottom, #85c21f, #85c21f);
    background-repeat: repeat-x;
    border-bottom: 0 solid #43a528;
    border-radius: 0;
    min-height: 40px;


    }
    {{ DiscussionBoard.errors[9975212].message }}

Trending Topics