Forums

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

Home Forums Back End Give the first picture a different class Re: Give the first picture a different class

#93610
Mottie
Member

Well… I tried this, and it worked, but I don’t think it’s the best solution because the markup could change and the image may not be the 5th child:

.home-post-wrap img:nth-child(5) { }

I think the best solution, since you’re using jQuery, would be to use script

Then just add whatever css using the “first-image” class.