[RSS Feed/News] How to target specific custom thread field via CSS?

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I try to style a specific custom thread fields. I can't find out what CSS to use to target specific fields.

Tried so far:

CSS:

Code:
[data-field="my_field"]
{
    >.pairs > dd
    {
        background: red;
    }
}

But it doesn't work. Tried other variations but no luck so far.

Anybody could help?

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom