Hi Alex,
I want to make the description text for lists bold and 12pt. When I input CSS on the f12 code, it works on the screen, but if I paste it in the CSS for DFFS it just makes the Created and Modified at the bottom of the form bold and 12 pt, not the actual description. Have tried it in Custom CSS and Field CSS with the same result. The description field does not change.
Here is the CSS I am trying to use:
.ms.metadata,.ms-descriptiontext {
font-weight: bold !important;
font-size:12pt !important;
color: #000000 !important;
}
I don’t want the Created an modified changed, just the description input when the column gets created. I have JS that moves it above the Response instead of below, and would like it to not be so small and unnoticeable.
Can you help?
Thanks!
Lana