CSS Edit HELP!!

by 1 replies
2
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.
#website design #css #edit
  • 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;


    }

Next Topics on Trending Feed

  • 2

    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/