Partial success.
I don't have Firefox or Firebug, so I did a screen capture of the sidebox, opened it in my Corel X2, picked out the colors I wanted to get rid of, opened a hex converter, found the hex codes (ffeecc and ffddbb), and commented out those lines. Cumbersome from your pov, I suppose, but it worked like a treat, as the background of the sidebox is now transparent, which is what I wanted.
I was also able to get rid of the counts, and remove the extra spaces for the subcategories. But no matter what I do, I cannot get rid of the bullets. I made changes as directed:
#categories ul a {/top categories/
display: list-item;
list-style: none;/change to list-style: none; to remove bullet/
background: no-repeat;
border: none;
margin: 0;
padding: 0;
}
and
#categories ul ul a {/subcategories/
display: list-item;
list-style: none;/change to list-style: none; to remove bullet/
/ background: #ffddbb;
border: none;
margin: 0;
padding: 0;
}
but it didn't work. I even tried commenting out the entire sections, with no success.
Also I still can't figure out how to get rid of the pink mouseover boxes for the subcategories, or the light blue mouseover boxes with the diagonal lines for the master categories. I would prefer to just do a text color change, rather than a highlighted box.
I don't think I'm looking in the right place to bold the category listings, because they're already marked as bold, and changing the font size isn't changing anything:
.catBoxHeading1 {
font-family: georgia, serif;
font-weight: bold;
font-size: 1.4em;
color: #335511;
background-color: #ff66ff;
/*background-image: url(../buttons/english/catheadbg1.gif); */ /uncomment to use background image with or without coded text/
/*height: 23px; */ /uncomment to use background image without coded text/
padding: 0.3em 0.4em;
margin: 0;
}
and so I basically don't know where else to go from here. :blink: But...I got a lot further than I thought I would! So even though I'm sure you're ready to tie me in front of a firing squad, I'm still pleased with my progress. I am getting it...it's just painfully slow!