imagei (@imagei)

Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • @imagei

    Participant

    OK, in the absence of any input, I’ve been firebug fishing for a way of selectively removing all the bullets from bbpress, but not from my main theme. To the the next guy or girl who searches for a resolution to this, I hope this works for you too – it has finally brought me success.

    #bbpress-forums ul > li:before
    {
    content: none;
    }

    @imagei

    Participant

    Hey Nathan,
    Thanks for helping out. If you paste this entry into your hosts file:

    109.73.162.147 apa.uk.com

    , you’ll see the Forum at:

    apa.uk.com/forums

    just dont use the www. As you can see, each entry is peppered with bullets. Thanks again for your input.

    @imagei

    Participant

    There’s a url for the screenshot here:

    http://imagei.co/wp-content/uploads/2012/12/forumbullets.png

    @imagei

    Participant

    nope….
    OK – here is some of the code from firebug. :

    #bbpress-forums ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    }
    #bbpress-forums li {
    list-style: none outside none;
    margin: 0;
    }

    These are the styles that I would have thought controlled the bulleting of lists but the code seems to already indicate no style for the unordered lists?
    I have tried adding both:

    list-style: none;

    and:
    list-style: none !important;

    and:
    list-style: none outside none !important;

    to all of the #bbpress style entries that I can find (only in firebug preview, not actual changes) but the little blighters remain steadfast.

    ?????

    @imagei

    Participant

    I tried to screenshot it because I’ve set it up behind a hosts entry. here we go again:

    @imagei

    Participant

    I’ve tried to post a screenshot but the img function seems to be a bit sticky??

    @imagei

    Participant

    Great, thanks Royho.

    @imagei

    Participant

    Hey John,
    I’m facing the exact same problem and wondering if you reviewed it in 2.2? Is there a less brutal method of removal?

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