08/27/2015 at 11:56 am
#344665
Keymaster
@ Mark
re: My question is, how do I change the font color of the field labels on ONLY the “Edit Entry” page (i.e.- not the font color for the rest of the site)?
Tough to answer this with only screenshots because it really depends on the CSS selectors used to change the text color. Try adding this to the theme’s custom CSS area:
#cn-form .cn-metabox label {
color: blue !important;
}
Hope that helps!
