I’m trying to understand how I can reference SPECIFIC elements of a page using CSS. I have watched the video (Deep Dive: Customizing Skuid Pages with CSS), but I still cannot seem to grasp how to reference the elements.
I have a page with 3 field editors (see below):
I would like to reference ONLY the “Customer” field in the “RFQ Primary Information” editor. I have highlighted the 5 fields in the JS editor below:
Let’s say I want to change the background color of just 1 field. I have finally figured out how to get the first field of the first editor to change:
.nx-basicfieldeditor-item:first-child>.nx-field.editable {
background-color:green;
}
What if I need to change the second field? What if I want to change the first field in the second editor? I can’t seem to follow the logic here. Is anyone able to simplify the syntax of this? Please help - this will be a big plus for my skuid page! Thanks so much…
Question
CSS: Reference Specific Field Editor
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

