• 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.

    https://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 ??

Viewing 12 replies - 1 through 12 (of 12 total)
  • /**************** 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.

    Thread Starter lamby85

    (@lamby85)

    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 ??

    Thread Starter lamby85

    (@lamby85)

    Edit – it worked fine, but still wondering how to use themes bullet points ??

    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)

    Thread Starter lamby85

    (@lamby85)

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

    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; }
    Thread Starter lamby85

    (@lamby85)

    Wow, that worked perfectly!

    Thank you very much Mr ClaytonJames!

    You are very welcome!

    Thread Starter lamby85

    (@lamby85)

    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

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

    Thread Starter lamby85

    (@lamby85)

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

    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 ??

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Need to add bullet points’ is closed to new replies.