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.
I can't seem to find where to change either the cart popup dialog text color or the background color of the box. My issue is that there's text that is unreadable as it is the same color as the box background. Can someone point me in the right direction.
Highlighted text is white (and not visible against the white background)
Last edited by divinemayhemstudios (2015-05-18 07:46:06)
Offline
this needs to be done with custom css.
http://community.theturninggate.net/top … -the-cart/
(the text color in question is taken from the gallery itself)
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
if you just want to change the color of the text, try this in custom css:
#modal p {
color: #000;
}
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
OK. I got it all working for the cart popup background.. now where would I look to change the color of the box that the "submit" text is in for the Client Response Gallery? (or should I ask this in that topic section?)
Offline
it looks like the CRG submit feedback box's main selector is .crg-modal
You can use your browser's Inspector to determine the needed selectors, depending on what else your changing or if it needs to be more specific.
More on that here: http://ttg-tips-and-tricks.barbeephoto. … selectors/
and yes, if you have more questions it's best to post them in the appropriate section of the forum since that will not only get you help quicker, it may provide answers for others.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline