Add CSS class to listing attribute fields

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.

2 Likes

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