Skip to main content
Nintex Community Menu Bar
Question

CSS: Exclude Footer Select

  • July 9, 2024
  • 0 replies
  • 6 views

Forum|alt.badge.img+8

How would I write CSS to format select boxes, but to exclude the footers?

I’ve tried:

.nx-editor select:not(.nx-list-footer) {

.nx-editor:not(.nx-list-footer) select {