• Lincoln

    (@lincoln)


    https://www.linctastic.com/blog/

    Ever since I upgraded to WordPress 2, the bullett points on the links on the sidebar have changed.

    They used to be solid black blocks like the rest of the sidebar..

    How can i fix this? Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • devilmaycry

    (@devilmaycry)

    Open up your template’s style.css and look for the following segment of code:

    ————————-

    .sidebarContent {
    padding: 0px;
    margin-left: 25px;
    list-style-type: square;
    }

    ————————-

    Change this to:

    ————————-

    .sidebarContent {
    padding: 0px;
    margin-left: 25px;
    list-style-type: disc;
    }

    ————————-

    Thread Starter Lincoln

    (@lincoln)

    That made no difference..

    Thread Starter Lincoln

    (@lincoln)

    I’m still having no luck with this…

    Why would they just decide to change to circles?? It’s annoying.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem after upgrading to WordPress 2..’ is closed to new replies.