• Resolved empirehive

    (@empirehive)


    Hi,

    Could you tell me how to style the comments so they alternate in background color?
    As it is now, they all have white backgrounds so it’s hard to tell them apart.

    Thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    You could try this:

    .thread-even {
        background-color: #eeeeee;
    }
    
    .thread-odd {
        background-color: #cccccc;
    }

    Let me know ??

    Thread Starter empirehive

    (@empirehive)

    And again such an obvious answer.
    I’m really gonna do some css learning soon haha.

    Works as intended.

    Thanks again,
    Great support !

    Theme Author Tom

    (@edge22)

    Glad I could help ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to alternate comment background color’ is closed to new replies.