Hi,
My form Link: http://test.nuwelewetygerberg.org.za/index.php/af/kontak-ons
I am following this tutorial to change the color of the error tooltip.
http://www.chronoengine.com/faqs/70-cfv5/5242-how-can-change-the-required-asterisk-and-the-tooltip-layout.html
However, When applying the following CSS straight from the tutorial in the Load CSS action, the colors are not taking affect at all.
Please can someone assist?
Thanks
Brett
My form Link: http://test.nuwelewetygerberg.org.za/index.php/af/kontak-ons
I am following this tutorial to change the color of the error tooltip.
http://www.chronoengine.com/faqs/70-cfv5/5242-how-can-change-the-required-asterisk-and-the-tooltip-layout.html
However, When applying the following CSS straight from the tutorial in the Load CSS action, the colors are not taking affect at all.
.gtooltip .gvalidation-error-tip {
background-color: #4242ff !important;
border: 1px solid #00f !important;
}
.gvalidation-error-tip .gtooltip-arrow-border {
border-color: #00f transparent transparent transparent !important;
}
.gvalidation-error-tip .gtooltip-arrow {
border-color: #4242ff transparent transparent transparent !important;
}
Please can someone assist?
Thanks
Brett