Re: Quote option not working when replying to posts
Posted by
Hugo <Nabble> on
Jan 24, 2011; 5:02am
URL: https://support.nabble.com/Quote-option-not-working-when-replying-to-posts-tp5953969p5954194.html
The problem is in your custom cascading stylesheet (CSS) code. Please add the code below to the bottom of your CSS code in the "Options > Change appearance" page:
blockquote {
color: black;
}
This should fix your problem.