Skip Navigation

[Resolved] Login Form Text Color

This thread is resolved. Here is a description of the problem and solution.

Problem:

The issue here is that the user is using our [wpv-login-form] shortcode to display their login form on the frontend, however the texts are not showing up.

Solution:

The problem was that the user had added a generic styling for the label html tags and this was causing the text have a white font color.

It is recommend to use css selectors such as ID's and classes in order to avoid an issue like this.

This support ticket is created 5 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

Tagged: 

This topic contains 2 replies, has 2 voices.

Last updated by mikeF-8 5 years, 5 months ago.

Assisted by: Shane.

Author
Posts
#1331627

Login form text is white.

hidden link

Can't even imagine why. Help plz.

#1331641

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Mike,

I saw that you got disconnected. However I see that there is some custom css on your search view that is causing this.

Could you check the Listing Search view to see if there is any custom css there?

Particularly the line that says


label{

color: white;
}

Thanks,
Shane

#1331643

thx