It doesn’t look like the listing attributes have unique CSS classes applied to their div elements. So I’m not sure how to style a specific listing attribute if I can’t call that specific element.
Hi,
Unfortunately, the fields don’t have unique CSS classes, but you can try a workaround using :nth-child() - CSS: Cascading Style Sheets | MDN or use the name of the field itself.
1 Like