Sorry for the late reply!
I saw that you changed the size by your own! Do you still have some questions?
Thread Starter
lltnet
(@lltnet)
Thanks! I did find out how to change the size but I also wanted to change the color but was unable to, although I did change the color of the secondary links. Seems like it would be near the same area but I haven’t yet found it. Not a major problem but I would like to make the change.
You could add this to your stylesheet:
#access ul a {
color: #A8654E; /*this is the colour you are using at your site*/
}
Thread Starter
lltnet
(@lltnet)
Worked perfectly! That color turned out to be a little light for the background so I just changed the hex number to something darker. Thanks a million!