Skip to:
Content
Pages
Categories
Search
Top
Bottom

Strange Dots & Another small Problem…


  • RomanDaily
    Participant

    @romandaily

    Hi together,

    I have two problems, I cannot solve by myself. I spent hours, but didn’t make any progress.

    I would really appreciate some help!

    Here is a picture, showing the problems:

    Screenshot

    # Problem one, the red marked “dots”. I really don’t have any idea, how to remove them.

    # Problem two, the green marked “forum text”. How can I change “size and color”? I examined the whole CSS file, but couldn’t figure it out.

    Thanks in advance!

    Greetings from Germany
    Roman

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

  • RomanDaily
    Participant

    @romandaily

    Yeah, I solved problem two.

    Now, only the “strange dots” are remaining. 🙂


    Lynq
    Participant

    @lynq

    The dots are from list styling. I am not sure on what line without looking at the site, but it will be the list-style-type not being set to none.

    Good luck!


    stuudio
    Participant

    @stuudio

    Same problem here.

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

    Has absolutely no effect whatsoever. 🙁

    HEEELLLLLP!


    stuudio
    Participant

    @stuudio

    Anyone?
    I am using Spun theme for WP page but this is probably not important.
    I can not bring the forum online, with all the damn dots all over the place.

    Thank you.


    stuudio
    Participant

    @stuudio

    Anyone?

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