Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Alternating comment colours in the activity stream on default theme


Virtuali
Participant

@gunju2221

You can have an alternate color of whatever you want in your theme via css, with this simple css rule:

` tr.alt { background-color: #f4f4f4; } `

Since your using the buddypress default theme, you will add this rule under the:

`/* > WordPress Blog Comment Styles


*/` to something like:

`#comments ol.commentlist tr.alt {
background-color: #f4f4f4;
}`

Skip to toolbar