Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
Where is the text color for the feedback form set?
Last edited by vscotth (2020-01-06 14:47:25)
Offline
Are you referring to the Client Response feedback form?
to change that from the text color set in the page template will require custom css.
try this for regular text:
#submissionForm p {
color: red;
}
and this for links:
#submissionForm a {
color:green;
}
if you need specific colors, here's more on css color: https://www.w3schools.com/css/css_colors.asp
If that doesn’t do what you want, can you be more specific as to what text you want to change?
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Perfect - thanks!
Offline
Pages: 1