• I haven’t been able to locate an answer for this specifically… I have my page list in my sidebar, but when listed, there are no bullet points (as in other lists). I can tweak the coding to add in the bullet points, but the text size decreased dramatically. It made it nearly unreadable. As well, the text faded (changed colors?). At the moment, the bullets are not there so the page titles can be read. Any suggestions?

    https://tonyhernandez.us

Viewing 3 replies - 1 through 3 (of 3 total)
  • I am not sure because you have quite a number of validation errors – but all the other lists in the sidebar have this in the stylesheet:
    background-image: url(images/z-plus-13-01.gif);
    while the “pagenav” list has a different and probably wrong path:
    background-image: url(z-plus-13-01.gif);

    You ought to just make one text size statement for the sidebar, it sounds like you’ve maybe used a few, and thats why the text is going smaller.

    You can size headings as you go along, but I’d make one statement for the text size in the sidebar, and make sure none of the sometimes many css statements for li and ul and li ul and li hover, visited, etc etc, are not conflicting.

    As Moshu stated, the first port of call is to validate the blog, WordPress should always validate, and to be fair, you’ll need to spend time practicing by copying WordPress to your local machine and editing the css and xhtml there.

    Unless you twiddle with the php code, the only real danger of messing up the xhtml is either plug ins, or pasting text from Word direct into WordPress (it will keep the insane word formatting. I now write in word, then copy to notepad before pasting into WordPress. As an aside to this subject, has anyone else found this copying from word invalidation errors to be the case?

    Thread Starter stl2k

    (@stl2k)

    I’m really starting to think that it’s a theme issue. The code tweaking I tried was the html/php coding. I don’t know enough about the CSS to mess with that. So, I’m just going to start looking for another theme. Thanks for the info though!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wp_list_pages list no bullets’ is closed to new replies.