• Hi there,
    I’ve created a forum with bbpress and it’s covered in bullet points. It is referencing mt theme really well apart from this one failing. I don’t want to turn them off for the whole site as they are used frequently else where. I just need to turn them off for for bbpress. Can someone please advise me how I would do this???
    Someones help would be greatly appreciated.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Try using Firefox with the Firebug add-on for this kind of CSS work.
    http://getfirebug.com/

    Thread Starter imagei

    (@imagei)

    It just seems that bbpress is littered with li classes. Is there not just a way to break the link to the img for the whole plugin?

    Thread Starter imagei

    (@imagei)

    I have already been over it with firebug before posting but the 2 styles i thought would be most influential:

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

    seem 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.

    ?????

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    May you provide a link to the problematic webpage and state which section of the webpage contains the problem?

    Thread Starter imagei

    (@imagei)

    Unfortunately, it’s a development site and you’d need a hosts entry to view it, but here’s a link to a screenshot. to give you an idea, and here is a snapshot of some firebug code:

    #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies {
        border: 1px solid #EEEEEE;
        clear: both;
        font-size: 12px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    #bbpress-forums ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }
    .postcontent ol, .post ol, .textblock ol, .postcontent ul, .post ul, .textblock ul {
        margin: 1em 0 1em 11px;
    }
    .postcontent ol, .post ol, .textblock ol, .postcontent ul, .post ul, .textblock ul {
        margin: 1em 0 1em 11px;
    }
    ul {
        list-style-type: none;
    }
    h1, h2, h3, h4, h5, h6, p, a, ul, ol, li {
        margin: 0;
        padding: 0;
    }
    #bbpress-forums {
        font-size: 12px;
    }

    I am going gray here with the same problem. I can not get those damn bullets to go away from bbPrss forum pages.

    Did you figure this out?

    stuudio it would be better if you started your own topic. If you provide site url, the better. You could use the Firebug, the Firefox add-on to help you identify which style to override the bullets in your theme. Or, use Chrome developer tools to do the same.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘remove bullets from bbpress only’ is closed to new replies.