Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration

Input Form Labels Styling for eMember

by

Tips and Tricks HQ Support Portal › Forums › WP eMember › Input Form Labels Styling for eMember

Tagged: custom css, emember_label color, field labels not appearing, form labels, member log in page, wp emember field labels not appearing on registration f

  • This topic has 8 replies, 5 voices, and was last updated 11 years, 11 months ago by madisen.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • February 15, 2013 at 8:24 pm #8589
    bluegiraffe85
    Member

    Hi,

    On the member login page and the update profile page, the labels next to the input boxes aren’t displaying. I believe this is because the color that I set set for the menus on the site is white.

    I know I can add CSS to the css/eMember_custom_style.css but am at a loss for the actual code to use.

    I believe it’s something like

    .eMember_label

    But that hasn’t worked for me.

    Can you give me a push in the right direction?

    Here are the pages that show the white labels:

    [http://sagelavine.com/members-login/]

    [http://sagelavine.com/edit-profile/]

    Thanks

    February 15, 2013 at 10:28 pm #53896
    Peter
    Member

    Add this to your eMember custom CSS file:

    .eMember_label {
    color: black !important;
    }

    February 18, 2013 at 4:30 pm #53897
    bluegiraffe85
    Member

    I added that code and it didn’t change anything.

    But I noticed that it says this at the top of the edit screen: wp-eMember/css/eMember_custom_style.css (inactive)

    Does the stylesheet have to be activated in order to work?

    February 18, 2013 at 9:51 pm #53898
    Peter
    Member

    Add the following line of code in the custom CSS file. This theme is specifying all label elements to be white which is very strange!

    .wp_emember_loginForm label{color:black !important;}

    Try clearing your browser’s cache after you make the change.

    February 20, 2013 at 3:24 am #53899
    bluegiraffe85
    Member

    Awesome! That worked. Now how about the labels that appear when a members is logged in:

    You are logged in as:

    Your membership level is:

    etc?

    The labels display fine, but not the information that comes after (the logged in suer name or membership level, for example).

    Thanks for your help!

    February 20, 2013 at 11:23 pm #53900
    wpCommerce
    Moderator

    Hi, please try adding the following to the custom CSS file:

    .eMember_highlight{color:black !important;}

    May 8, 2013 at 2:20 pm #53901
    madisen
    Member

    I have not made any adjustments as per the above example but my field names are not appearing on login and registration pages:

    [http://madisenharper.com/join-us/registration/]

    [http://madisenharper.com/member-login/]

    However, they DO appear in eAffiliate – [http://madisenharper.com/affiliate]

    Is there a setting I need to activate?

    May 8, 2013 at 11:01 pm #53902
    admin
    Keymaster

    Hi, You have a CSS definition somewhere in your theme’s CSS that is making all labels invisible. I have no idea why it is applying display: none properly to all labels. You probably should fix that otherwise any HTML label elements on your site won’t be displayed.

    Alternatively, add the following CSS code to eMember’s custom CSS file to override that label hiding:

    .eMember_label {
    display: block;
    }

    June 12, 2013 at 7:46 am #53903
    madisen
    Member

    Thanks, that worked perfectly!

  • Author
    Posts
Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.
Log In

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ