How to target specific Heading title in Css

I have some h4 titles that contains the name “Important”
i would like to target only those and also do some background paint like callout with the stuffs inside of that title (Nested)
like:

Important

  • test1
  • test2

would like some background paint like callout, on those test bullets

Things I have tried

span.cm-header.cm-header-4[title=“Important”] {

}

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.