By Jarook on Monday, 18 September 2017
Posted in General
Likes 0
Views 272
Votes 0
I want to change the size and color of Easy social Front page Text(See the image)
Kindly provide me the css codes
Hi Jarook,

Perhaps, you can try the css code below:

#es .es-login-box__msg-title {
font-size: 40px;
color: brown;
}

#es .es-login-box__msg-desc {
font-size: 20px;
color: brown;
}

Change the font size and color for the title/description to your preference.
·
Monday, 18 September 2017 16:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks.. It works:D
·
Monday, 18 September 2017 16:29
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Jarook Glad to hear that.

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.

Have a nice day ahead
·
Monday, 18 September 2017 16:33
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post