• Resolved ohenecoker

    (@ohenecoker)


    Help! I need to remove the ‘»’ bullet list from my sidebar. I have read through a lot of forums which said I should search and remove this block
    “.entry ul li:before, #sidebar ul ul li:before { content: “0BB 020″; }” from my stylesheet. I did that and it did not work.

    Some forums even suggested that I put “li {list-style: none;}” in my styles sheet to remove all list styles but that did not work either.

    So now Im stuck and I don’t know what to do. Click on this link to check it out.

Viewing 5 replies - 1 through 5 (of 5 total)
  • It’s coming from style inserted by the Collapse Page plugin:

    ul.collapsPageList li.collapsItem:before {content: '0BB 0A0' !important;}

    Contact the plugin author or see if you can hack the inserted style yourself.

    Thread Starter ohenecoker

    (@ohenecoker)

    I found it in the plugin and deleted it but it still does not work

    Now press CTRL and F5 simultaneously. That should ensure that your web browser fetches a fresh copy of the page rather than serving up an out-dated copy from your own cache.

    Thread Starter ohenecoker

    (@ohenecoker)

    yeah I tried that too still no luck :{

    View Source…. it’s the CSS that’s being written into the head here..

    <style type='text/css'>
        #sidebar ul.collapsPageList li:before {content: ''}
    span.collapsPage {
            border:0;
            padding:0;
            margin:0;
            cursor:pointer;
    }
    li.collapsPage a.self {font-weight:bold}
    ul.collapsPageList ul.collapsPageList:before {content:'';}
    ul.collapsPageList li.collapsPage:before {content:'';}
    ul.collapsPageList li.collapsPage {list-style-type:none}
    ul.collapsPageList li.collapsItem {
           margin:0 0 0 2em;}
    ul.collapsPageList li.collapsItem:before {content: '0BB 0A0' !important;}
    ul.collapsPageList li.collapsPage .sym {
       font-size:1.2em;
       font-family:Monaco, 'Andale Mono', 'FreeMono', 'Courier new', 'Courier', monospace;
        padding-right:5px;}
        </style>
    
    </head>
    <body>
    <div id="page">

    This part…
    ul.collapsPageList li.collapsItem:before {content: '0BB 0A0' !important;}

    The plugin will be adding that to the head most likely..

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove ‘»’ bullets from sidebar’ is closed to new replies.