Jump to content
Sign in to follow this  
aolae

comment-list/ alternate color

Recommended Posts

aolae

I don't want the comments in my comment-list to alternate color. Tried to add a rule in CSS: .alternate td { background:transparent; background-color: transparent; } but it doesn't help. There are still backgrounds overriding the new rule...

Share this post


Link to post
Share on other sites
cmunns

THe correct selector would be: `body .commentlist ul.children .even {background:none;}`

Share this post


Link to post
Share on other sites
Kate

Hi An, I didn't look closely... Some of those comments may have been replies and thus the coloring was off. But, make sure you add both of these lines to your CSS:

#comments .even{background:none;}
	#comments .odd{background:none;}

(I know I saw a similar line for the "odd" class, but adding both lines worked for me (on your site) ;)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×