Identifying posts/pages that use specific css class
-
My custom css has grown to 1300 lines. I keep adding more.
Some of these custom css classes only apply to one or two posts. My aim is to remove them from the main custom css and add them just to the posts/pages where they are used.
My problem is this: how do I track down which posts/pages use a particular custom css class?
I have several hundred posts and the idea of looking through them all, one by one is impractical. It will be quicker to search for each custom class, identify the posts using it, then move the css to those posts.
Is there a backend search that can identify css classes and list the posts/pages containing them?
The page I need help with: [log in to see the link]
- The topic ‘Identifying posts/pages that use specific css class’ is closed to new replies.