Forums

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

Home Forums CSS Overriding CSS styles hardcoded in to the software. Re: Overriding CSS styles hardcoded in to the software.

#103053
alexh58
Participant

In CSS to target the image you would do

.v65-productDisplay img { your styles here }

With that you’re targeting all images that are some child of the v65-productDisplay class.