Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove bullets from bbPress Page

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

  • Robin W
    Moderator

    @robin-w

    your trheme is adding this – try

    #bbpress article ul li:before {
     display: none;
    }

    dillonleo
    Participant

    @dillonleo

    I had a feeling my theme was causing it. I tried inserting that code into my site’s custom css, but unfortunately the bullets are still showing up.


    Robin W
    Moderator

    @robin-w

    is that code still in ?


    dillonleo
    Participant

    @dillonleo

    Yeah


    Robin W
    Moderator

    @robin-w

    thanks,

    The best I can do is

    .cnt article ul li:before {
     display: none !important ;
    }

    but this will I think take bullet points out everywhere, including your main site.


    dillonleo
    Participant

    @dillonleo

    Yeah, unfortunately that took away bullets from the whole site. Thank you the help and for taking a look. If I end up finding a solution I will respond in this thread.

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.
Skip to toolbar