By Joshua on Friday, 31 March 2017
Posted in General Issues
Likes 0
Views 156
Votes 0
My uploaded background image for registration obscures some of the text. Can you help me by providing the location(s) to change the text color of the text framed in red in the attached screen shot.

Thanks.
Hi there,

You can do css template override on this issues by using my css below on this path /templates/your_current_template/html/com_easysocial/css/custom.css.

#es .es-login-box__msg {
color: #fbf6f6 !important;
}

#es .es-login-box__links > a {
color: #f8f1f1!important;
}


Please give it a try and see how it goes
·
Friday, 31 March 2017 10:42
·
0 Likes
·
0 Votes
·
0 Comments
·
It works as expected. Thanks.
·
Friday, 31 March 2017 11:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Friday, 31 March 2017 12:00
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post