• hi,

    i have a wordpress blog with the default template.
    when i look at the blog in FF i see that the links on the side bar have bullets that doesn’t show in IE.
    i want to remove the bullets.

    does anybody knows where do i get these bullets from, and how do i remove them from my layout in FF.

    i a JS,css and html programmer, and i don’t know PHP so bear that in mind if there is complicated PHP customization for that change.

    i would appreciate very much any help.

    thanx

Viewing 7 replies - 1 through 7 (of 7 total)
  • That would be in the CSS. Check for something in the lines of li:before { content: somthing; }

    If you provide a link so we can see for ourselves, we’ll be able to help you better.

    Thread Starter haimski

    (@haimski)

    Thread Starter haimski

    (@haimski)

    i found this class:
    ” #sidebar ul ul li:before {content:””;} ” –
    in the “fun-with-sidebar-tabs” folder which is in the “plugins” folder. i tried to remove it but nothing happens, the bullets are still there.

    above the class, this remark appears :
    /* content removal must be split out or else it will remove all the content in opera (and possibly sefari) This is to remove the special bullets used by the Kubrick theme */

    what am i doing wrong?

    yes exactly, u can remove the code at line 406

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

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    i tried to remove it but nothing happens, the bullets are still there.

    After making changes like that, refresh the page. Hit CTRL-F5.

    Thread Starter haimski

    (@haimski)

    thanx,
    it worked!!!

    Thread Starter haimski

    (@haimski)

    hey guy – check my work….

    https://blog.jinni.com

    questions, comments, suggestions, anything… are welcome.

    thanx again for the help!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘remove bullets from default template – apears in FF but not in IE’ is closed to new replies.