Forums

Need to add bullet points (13 posts)

  1. lamby85
    Member
    Posted 3 years ago #

    Hello, i installed a new theme and due to my site containing alot of lists my previous theme displayed bullet points really well, however this new theme doesnt seem to show bullet points at all.

    http://www.fmgames.net/category/nationgames/

    this page for example. The indented content is where the bullet points should be. Anyone know how i change this?

    Thanks :)

  2. ClaytonJames
    Member
    Posted 3 years ago #

    /**************** Entry *********************/

    .entry { margin: 0px; padding: 0px; float: left; width: 500px; line-height: 200%;}
    .entry a, .entry a:link { color:#666; text-decoration: none; padding:0; border-bottom:1px dotted #006699; font-weight:bold;}
    .entry a:hover, .entry a:visited { color: #336699; text-decoration: none; padding:0;}
    .entry h2 { font-size:17px; margin:0; padding:0 0 5px 0;}
    .entry p {margin:0; padding:0 0 10px 0;}
    html>body .entry ul { margin-left: 0px; padding: 0 0 0 30px; list-style: none; padding-left: 10px; }
    html>body .entry li { margin: 7px 0 8px 10px; }
    .entry ul li:before{ content: "0BB 020"; }
    .entry ol { padding: 0 0 0 35px; margin: 0; }
    .entry ol li { margin: 0; padding: 0; }
    .line { background:url(images/dot.gif) repeat-x; margin:10px 0 0 0; padding:0 0 20px 0; }

    Back up your stylesheet first. Delete the items in bold. That should give you a general idea what area to work with.

  3. lamby85
    Member
    Posted 3 years ago #

    Thanks,

    I deleted the bolded bit in the CSS but still no change. I would like to have the bullter points the same as in the navigation bar :)

  4. lamby85
    Member
    Posted 3 years ago #

    Edit - it worked fine, but still wondering how to use themes bullet points :)

  5. ClaytonJames
    Member
    Posted 3 years ago #

    Did you delete both,

    list-style: none;

    .entry ul li:before{ content: "0BB 020"; }

    And did you clear your browser cache after the change?

    [Edit] you beat me to it!

    here is what you need for the bullet images. I'll let you work that one out. :-)

    url(images/bullet.gif)

  6. lamby85
    Member
    Posted 3 years ago #

    Hey, i tried a few variations but nothing seemed to work, just showed the standard bullet points

  7. ClaytonJames
    Member
    Posted 3 years ago #

    Try this;

    /**************** Entry *********************/

    .entry { margin: 0px; padding: 0px; float: left; width: 500px; line-height: 200%;}
    .entry a, .entry a:link  {  color:#666; text-decoration: none; padding:0; border-bottom:1px dotted #006699; font-weight:bold;}
    .entry a:hover, .entry a:visited { color: #336699; text-decoration: none; padding:0;}
    .entry h2 { font-size:17px; margin:0; padding:0 0 5px 0;}
    .entry p {margin:0; padding:0 0 10px 0;}
    html>body .entry ul { margin-left: 0px; padding: 0 0 0 30px; list-style: none; padding-left: 10px; }
    html>body .entry li { margin: 7px 0 8px 10px;padding:0 16px; }
    .entry ul li{background: url(images/bullet.gif) left center no-repeat; }
    .entry ol { padding: 0 0 0 35px; margin: 0; }
    .entry ol li { margin: 0; padding: 0; }
    .line { background:url(images/dot.gif) repeat-x; margin:10px 0 0 0; padding:0 0 20px 0; }
  8. lamby85
    Member
    Posted 3 years ago #

    Wow, that worked perfectly!

    Thank you very much Mr ClaytonJames!

  9. ClaytonJames
    Member
    Posted 3 years ago #

    You are very welcome!

  10. lamby85
    Member
    Posted 3 years ago #

    Wondered if you could help me with a few more things.

    Firstly, do you know how to change the single_post title colour. Its currently black but want it the same as the permalink which is blue.

    Also, any ideas how to underline the post info (info under the title) ive tried but could only get the links underlined EDIT - just realised that i actually have lines in FF but not IE. Any ideas why?

    And sorrry, but lastly any ideas on how to include a line divide between posts, just after readme?

    Thank you very much. Ive been looking around and fixed some things but cant work out these

    Thanks

  11. flick
    Member
    Posted 3 years ago #

    Hey Lamby! :D I just saw your message from two weeks ago (having not logged in for ages to the WP forums) Great to hear from you!

  12. lamby85
    Member
    Posted 3 years ago #

    Ha! So it is you! Ha Great, Dont suppose you can help me can ya :D

  13. flick
    Member
    Posted 3 years ago #

    I sent you an email via your site last night, but wasn't sure if it was working. If not, my old email address still works :)

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.