Skip to:
Content
Pages
Categories
Search
Top
Bottom

#1 added to start of new posts

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

  • chrishajer
    Participant

    @chrishajer

    Because you have this in your style.css:

    .entry ol li {
    line-height:140%;
    padding:0 0 1em 0;
    list-style-position: inside;
    list-style-type:decimal;
    }

    to get rid of it, change the last line to this:

    list-style-type:none;


    christianrharris
    Participant

    @christianrharris

    Thanks. I searched for this code and can’t find it. I can see lots of style.css files. Is it the file in the main directory or in my Themes folder.

    Thanks kindly!


    christianrharris
    Participant

    @christianrharris

    Got it, I was looking in my BBpress themes folder instead of wordpress themes folder. Thanks!


    johnhiler
    Member

    @johnhiler

    What is your active theme?

    The CSS that Chris referred to is probably in the subfolder of your active theme… which should be under your /my-templates/ folder.

    https://bbpress.org/documentation/themes/


    johnhiler
    Member

    @johnhiler

    Ah I just was noticing that you’re calling four separate CSS files in your bbpress install! That’s a lot… you might want to narrow that down a bit. :-)

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