Quote Originally Posted by baronsamedi View Post


1 and 2 i want to know how to change those to black and 3-4-5 i would like to know how to change teh font color i cant seem to find it in the css
includes/ templates/ your_template/ templates/ stylesheet.css

Find the following declaration in the .css
  1. #navCatTabsWrapper {
    background-color: #ffffff;
    color: #9a9a9a;
    background-image:none;
    }
  2. change ffffff to 000000
Find the following declaration in the .css
  1. #navBreadCrumb {
    padding: 0.5em 0.5em;
    background-color: #ffffff;
    font-size: 0.95em;
    font-weight: bold;
    margin: 0em;
    }
  2. change ffffff to 000000
Breakfast time will be right back to finish for you.. Ok I hope