Apply CSS to "entry_XXXXX"
-
In my form underneath the red “Required*” there is a question that is required. I’d like to make this more clear by either making the * in the question title red or just the whole question title itself red. I have tried to do this using:
label.ss-q-item-label [for="entry_390771539"] { color: red; }
I have also tried:
label.ss-q-item-label [for="entry_390771539"] > div.ss-q-title { color: red; }
But it doesn’t seem to be working.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Apply CSS to "entry_XXXXX"’ is closed to new replies.