Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: topic.php so first post has unique css


Roger Coathup
Participant

@rogercoathup

Can’t you just do this in css without changing any code? Have you tried just using the first-child selector, something like this:

ul#my-topic-list li:first-child {
my-css: nnn;
}

Skip to toolbar