By jason on Monday, 13 August 2018
Posted in General
Replies 4
Likes 0
Views 497
Votes 0
Hello,

I am trying to change the font color of the following text to black from the custom.css area in easy social

"Don't have an account yet?
Register now and start interacting with people from this community today! "

on the registration page located: https://www.wyldlyfe.com/wyldlyfe-community


it does not seem to be working. please advise
Also. How do i create space or padding for the Leaderboard module? You will see in the screenshot that the first persons profile in the leaderboard os overlapping the bottom of the module title. how do i fix this?

Please see image attached.
·
Monday, 13 August 2018 10:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am trying to change the font color of the following text to black from the custom.css area in easy social

"Don't have an account yet?
Register now and start interacting with people from this community today! "

on the registration page located: https://www.wyldlyfe.com/wyldlyfe-community


it does not seem to be working. please advise


I had helped you add the following CSS code at Backend > EasySocial > Settings > Theme > Custom CSS to change the font color of the text "Register now and start interacting with people from this community today! " to black that you required:


#es es-login-box__msg .register-wrap .es-login-box__msg-desc {
;
text-shadow: none;
color: black;
}


Also. How do i create space or padding for the Leaderboard module? You will see in the screenshot that the first persons profile in the leaderboard os overlapping the bottom of the module title. how do i fix this?

Please see image attached


I had helped you add the following CSS code at Backend > EasySocial > Settings > Theme > Custom CSS to create padding on the top of No.1 for the Leaderboard module:


#es .mod-es-leader-item {
padding-top: 20px;
}



It seems that your site still cache the old CSS even though I had helped you to clear your site cache and tried on other browsers that never access your site.

Can you try to clear your server's cache and see how it goes?
·
Monday, 13 August 2018 13:03
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post