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”] {
}