I know I can use content: attr(title); to pull in the title of a post. Is there a way to pull in an ACF field so I can style it as well?
Try this:
div[data-key="field_key"] {
display: none;
}
I tried it and it works well.
Thanks my issue has been fixed...