Forums

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

Home Forums CSS looking into the CSS coding of only one page? Re: looking into the CSS coding of only one page?

#76536
clokey2k
Participant

I think the ‘dustmeselectors’ plugin is going to be the closest you will get.

You are basically looking for a way to grab only the CSS for the single page you are looking at leaving out unused selectors.

I suggest that if you are going to be changing things, alter/find it first in firebug/chrome inspector, then find the related entry in the CSS. All editors should have a ‘find’ and most inspection tools tell you a line number and filename.