Forums

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

Home Forums CSS First Child Blockquote issues. Re: First Child Blockquote issues.

#101847

I think that this is what you are after:

.post blockquote:first-child {
margin: 0;
padding: 0;
color: #990000;
}
.post blockquote:first-child p {
color: #009900;
padding: 5px 0px;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size: 24px;
}