Tips and Tricks HQ Support Portal › Forums › WP eMember › Membership login widget text color changes
Tagged: login widget, WP eMember
- This topic has 7 replies, 3 voices, and was last updated 11 years ago by angie01.
-
AuthorPosts
-
November 15, 2013 at 1:23 am #10024angie01Member
Need some help in making a few changes to the login widget:
1) change ‘Login To Your Account’, ‘Username’, ‘Password’ and login button color to green.
2) change ‘Join Us’ to Register Here and color to green.
website url: [http://gs.hallmarkemblems.com/] if you need it.
Thank you,
angie
November 15, 2013 at 2:31 am #58920mbrsolutionSpectatorHello Angie,
To change the font color please install the custom CSS plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Now apply the following CSS in the custom CSS plugin settings:
.widget {
color: #008000;
margin: 0 0 30px;
word-wrap: break-word;
}
input.eMember_button {
background-color: #008000 !important;
}
The second part of your request are you simply referring the “Join Us” found underneath the widget?
Kind regards
November 15, 2013 at 3:40 am #58921angie01MemberThanks, but I added the CSS and nothing changed. I did leave the CSS code in there, in case you want to look at it.
And yes, I would like to change “Join Us’ to read ‘Register Here’.
Thanks again
angie
November 15, 2013 at 4:01 am #58922mbrsolutionSpectatorHello Angie I did look at the code and could not see any changes. If you have a cache plugin can you empty the cache please.
Kind regards
November 15, 2013 at 9:51 pm #58923adminKeymaster@angie01, Try adding the following CSS in that custom css plugin:
.wp_eMember_widget .eMember_label{
color: green;
}
input.eMember_button{
background-color: green !important;
}
.wp_eMember_widget h4{
color: green;
}You can customize any text message displayed by the plugin using the following technique:
November 17, 2013 at 3:16 am #58924angie01MemberThanks for the help. I was able to customize the text message, but still can’t change the colors.
I copied and pasted the code into the css plugin, but nothing changes.
I’m not running cache plugins.
November 17, 2013 at 10:34 pm #58925adminKeymasterI can’t see the code I gave you in the custom CSS plugin. Can you make sure you copy and paste my code in the custom CSS file and save it?
November 19, 2013 at 11:53 pm #58926angie01MemberSorry, was gone for a few days. I did get it working. For some reason could not use the CSS plugin. Had to put the code into the theme’s custom plugin. Not sure why, but it is looking the way I want it now.
Thanks for hanging in there with me on this.
-
AuthorPosts
- You must be logged in to reply to this topic.