Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS WordPress 3.1 / CSS / comments ol

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #31947
    charlie
    Participant

    In single.php, in wordpress 3.1, I want the ol that displays comments to have list-style-type of none so you don’t see a number before each comment. But how can I target just the ol in comments without removing list-style-type for other content?

    In wp 2.8 the ol has a class of commentlist. (was easy to target)
    In wp 3.1 the ol doesn’t have it’s own class but each li has a different ID and class.

    Any ideas?
    Thank you,
    Charlie

    #56023
    charlie
    Participant

    Got it!

    #main-content .comment

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.