Viewing 1 replies (of 1 total)
  • Easy but incorrect way

    Go to your child theme folder. Look for the ul code in the css. Change the tag to read

    ul {list-style-type: none;}

    The only problem is that you won’t be able to have any unordered bullet lists on your site at all.

    Other option
    Download the newest version of bbpress.

    Copy the bbpress css from the bbpress folder.
    your_site>wp-content>plugins>bbpress>templates>default>css

    Paste it into your child theme folder.
    your_site>wp-content>themes>your_child>css

    I was getting the bullet points on the forum landing page before I copied that css file over. I tried dozens of combinations of codes to remove the bullets only on the forums, and nothing worked. It’s probably just an installation error like what happened to me.

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove those damn dots (bullets)’ is closed to new replies.