- This topic has 2 replies, 2 voices, and was last updated 11 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Tweaks › Change text in member login widget
Tagged: change message color
Hi. I have e-member installed on a client’s website with the login widget in the sidebar (see [http://www.britishdairying.co.uk]). My client has asked me to change the “Join us” text and also to increase the font size of this and “Forgot password?”. I searched the language file but was unable to find “Join us” anywhere, and have tried to add the relevant CSS to change the font size without success. Please can you advise. Thank you.
Hi, you will need to customize the value for the following constant in the language file:
EMEMBER_JOIN_US
How to customize various text/messages displayed by the plugin
To change the font size 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:
.forgot_pass_link{
font-size:200%;
}
Great – thank you! The custom CSS plugin is excellent and will make it much easier to customise the look of e-Store and e-Member.