• jfsomers

    (@jfsomers)


    Hi!

    I can’t seem to find how to remove the bullets from the lists in the right sidebar. I’m sure its something in the .css, I just can’t seem to find it. Please help!

    Cheers.

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

    (@spencerp)

    Which theme are you using? Can we have a link to the blog please??

    If you’re using the Kubrick Default 1.5, then find this line in the CSS file:

    .entry ul li:before, #sidebar ul ul li:before { content: "backslash 00BB backslash 0020";
    }

    And make it like this:
    //**.entry ul li:before, #sidebar ul ul li:before {content: "backslash 00BB backslash 0020";
    }**//

    I hope that helps.

    spencerp

    Thread Starter jfsomers

    (@jfsomers)

    oops, I used Kurbick 1.5, but changed a few things to suit my needs:

    http://www.eve-sdslightstar.com

    EDIT: The .css portion which had to be changed was the one you wrote above. Thank you very much.

    spencerp

    (@spencerp)

    EDIT: The .css portion which had to be changed was the one you wrote above. Thank you very much.

    No problem. =)

    spencerp

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing bullets from <ul>’ is closed to new replies.