I was wondering if we can make the tag wp_list_pages not a list. I really don't like those bullets where they list the pages.
I was wondering if we can make the tag wp_list_pages not a list. I really don't like those bullets where they list the pages.
Thanks so much. I'll check it out.
Just because something is a list doesn't mean it has to have bullets.
Add this to your CSS:
.page_item {
list-style: none;
}
Okay the bullets are gone. But now, how do I get the page links under the word 'Content'? Just like how the others look. Here's a link, http://www.mixedvibe.net/blog
This topic has been closed to new replies.