Community @ The Turning Gate

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.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2020-01-06 14:45:56

vscotth
Member
Registered: 2013-07-02
Posts: 21

Feedback form text color

Where is the text color for the feedback form set?

Last edited by vscotth (2020-01-06 14:47:25)

Offline

#2 2020-01-06 14:58:14

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Feedback form text color

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

#3 2020-01-07 16:47:39

vscotth
Member
Registered: 2013-07-02
Posts: 21

Re: Feedback form text color

Perfect - thanks!

Offline

Board footer

Powered by FluxBB