By Marcus Roskill on Monday, 25 June 2018
Posted in Technical Issues
Likes 0
Views 607
Votes 0
Hi,

the client would like to remove the globe from the login button (left image) but we have tried doing it in CSS and it removes the globe from the top-bar when logged in (right image) - please can you tell us the best way to do this?

thanks
Marcus
Hi there,

Applied css codes below at this path /html/com_easysocial/css/custom.css. Please give it a check and see how it goes.
[gist type="css"]
#es .es-login-box__msg .fa-globe::before {
display: none;
}
[/gist]
·
Monday, 25 June 2018 18:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Warith
·
Monday, 25 June 2018 21:05
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Marcus Glad that your issue is resolved now.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding
·
Monday, 25 June 2018 21:33
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post