Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to Remove Greens Dots on Forum?


  • leinsoy07
    Participant

    @leinsoy07

    Hi there, I wanted to know how to remove the green dots that are all over the forum. Especially on the hyperlinks.

    Thank you.

    Leinsoy07

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

  • jmodine
    Participant

    @jmodine

    can you give me a link to your site? So I can see the issue


    leinsoy07
    Participant

    @leinsoy07

    Hi @Jmodine,

    I’m using the theme for my corporate intranet, unfortunately I can’t provide a link that will work, but here’s a link to an image of what I’m talking about.

    Any help will be greatly appreciate it.

    Thank you so much.

    https://www.dropbox.com/s/q8cjoqcaajedko3/Remove%20Green%20Dots.PNG?dl=0


    Tecca
    Participant

    @tecca

    It’s likely inheriting the bullets from your WordPress style.css rather than something coming from the bbPress stylesheet. So what you can do is add something like the below CSS to your bbPress stylesheet.

    #bbpress-forums li {
        list-style-type: none;
    }

    That will likely remove bullets from forum posts as well, but it’s hard to get specific without seeing the site itself.

    Hopefully that takes you in the right direction.

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