Add list-style- in footer of twenty ten theme
-
I’m attempting to add discs to the navigation list of the footer navigation here:
I’m sure this is a simple fix, but I can’t seem to target what I am doing wrong in order to apply style.
A few things I have tried:
#footer #colophon #footer-nav #footermenu ul {
list-style-type:circle;
}#menu-footermenu li
{
display: inline;
padding-left: 20px;
font-size:10px;
list-style-type:circle;
}#menu-footermenu ul
{
list-style-type:circle;
}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Add list-style- in footer of twenty ten theme’ is closed to new replies.