• Resolved nzt1012

    (@nzt1012)


    Hello. I am trying to select only the p elements in .entry-content without having to select the entire entry-content.

    Individually the p elements look like this

    .entry-content:eq(0) > p:eq(0), .entry-content:eq(0) > p:eq(1), .entry-content:eq(0) > p:eq(2),….

    How do I select all the p elements without individually selecting each one?

  • The topic ‘Unable to select all p elements using CSS selectors?’ is closed to new replies.