Changing the font color of the antispam question – UserPro Forums https://forum.userproplugin.com/forums/topic/changing-the-font-color-of-the-antispam-question/feed/ Sat, 18 May 2024 04:34:15 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/changing-the-font-color-of-the-antispam-question/#post-20535 <![CDATA[Changing the font color of the antispam question]]> https://forum.userproplugin.com/forums/topic/changing-the-font-color-of-the-antispam-question/#post-20535 Sun, 09 Feb 2014 12:01:37 +0000 Ashraf How can I change the color font of the antispam question only whithout changing the color of the rest of the text?
In the customized CSS I created:
div.userpro {
color: #FFF;
}

Is changing the color for everything which makes the antispam question unvisible.

]]>
https://forum.userproplugin.com/forums/topic/changing-the-font-color-of-the-antispam-question/#post-20598 <![CDATA[Reply To: Changing the font color of the antispam question]]> https://forum.userproplugin.com/forums/topic/changing-the-font-color-of-the-antispam-question/#post-20598 Mon, 10 Feb 2014 11:01:30 +0000 Ashraf Any Help please

]]>
https://forum.userproplugin.com/forums/topic/changing-the-font-color-of-the-antispam-question/#post-22249 <![CDATA[Reply To: Changing the font color of the antispam question]]> https://forum.userproplugin.com/forums/topic/changing-the-font-color-of-the-antispam-question/#post-22249 Fri, 21 Feb 2014 08:01:18 +0000 Try this one please
.userpro-input {
color: #FFF !important;
}

]]>