• hi everyone, I’ve just finished a site and I’m just finishing it off, one thing i”ve got stuck on is ‘bullet points’.
    heres the site: http://ajassociatesaccountants.co.uk/
    here’s the things i want to change in a handy little img:
    IMAGE DIAGRAM
    and here’s the STYLE.CSS:

    /*
    [huge chunk of code moderated - please use pastebin.com for this]

    I can’t see what to change 🙁 and what I tried to change did’nt help.
    Please help me out with this, Thanks in advance! 🙂
    Adam.

Viewing 2 replies - 1 through 2 (of 2 total)
  • edit style.css of your theme:

    for the drop-down; add:
    #menu ul { list-style-type:none;}

    in the post:
    find this style:
    html > body .entry ul {margin-left: 0px; padding: 0 0 0 30px; list-style: none; padding-left: 10px; text-indent: 0px;}
    change it to:
    html > body .entry ul {margin-left: 0px; padding: 0 0 0 30px; list-style: disc; padding-left: 10px; text-indent: 0px;}

    sidebar; add:
    #sidebar ul {list-style-type:none;}

    http://www.w3schools.com/Css/css_list.asp

    Thread Starter IHeartOranges

    (@iheartoranges)

    Thanks! worked perfectly 😀

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Bullet Point Problem’ is closed to new replies.