xwindowuser
Member
Posted 2 years ago #
I'm using this:
wp_list_pages('title_li=')
in my header to create a list of pages without the "pages" and I can't seem to figure out how to get rid of the black dots. I have been pulling my hair out for days now....
obi wan kenobi, help me, you're my only hope.
thanks.
xwindowuser
Member
Posted 2 years ago #
forgot the site, the site is here:
http://www.hivdate.net/
xwindowuser
Member
Posted 2 years ago #
ok I finally got it....I had to do this:
.hMenu li {
list-style: none;
}
that got rid of the dots, but now I want to put a small image in between the buttons like a line : |
but in a graphical representation.
how would i include an image in there instead of the dots?