By Alex on Thursday, 25 May 2017
Posted in General Issues
Likes 0
Views 273
Votes 0
I would like to change the font color & size on the login page to make the text more visible (see screenshot). I checked the CSS with Firefox Filezilla to find out that I have to change "style.min.css" located on .../components/com_easysocial/themes/elegant/styles/style.min.css

However, when i open this file in Dreamweaver, I get an unformatted text, not being able to find/edit the necessary code.

How can I make changes on the said page?

Thanks.
Because this css file style.min.css already compressed, so it will show 1 line of css in the file.

If you would like to add custom css from your Easysocial, you can add your css block of code into your current template position e.g.

#es .es-login-box__msg-title {
font-size: 20px !important;
color: #de1515 !important;
}

#es .es-login-box__msg-desc {
font-size: 14px !important;
color: #de1515 !important;
}


Under this file location : JoomlaFolder/templates/YourCurrentTemplate/html/com_easysocial/css/custom.css

Hope this will help.
·
Thursday, 25 May 2017 10:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes great - that worked out perfectly, thank you!
BR, Alex
·
Thursday, 25 May 2017 17:35
·
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.
·
Thursday, 25 May 2017 18:55
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post