Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1710

[3.3.x] Styles Support & Discussion • Re: Add a CSS class only to the first quote

$
0
0
Add this CSS to the colours.css file in your style and edit to suit your needs.

Code:

.post blockquote:first-child {background: red;}
That should target all block quote elements that are inside the a post block that are the first instance of a quote. I haven't properly tested this though so I'm only like 90% sure this will work... 😂

edit: after some quick testing, this should work fine as long as there's only one set of nested quotes in a post. So for example if you've got multiple blocks of nested quotes it'll only target the first instance of nested quotes.

Statistics: Posted by danieltj — Mon Nov 11, 2024 11:28 pm



Viewing all articles
Browse latest Browse all 1710

Trending Articles