Hi can anyone help
I am using the snow theme which has a horizontal navigation.
I would like to put discs in between each link eg
Home • About • Contact • products • etc
i have gone into the css and used
#nav2 ul {
list-style-type: disc;
}
but nothing seem to have changed i would like to be able to change the colours and the spacing etc
have i got the right code?
greeneye48