By Robgunner on Thursday, 29 November 2018
Posted in General Issues
Likes 0
Views 548
Votes 0
Hi Team

When you select your reaction could the colour of the word "like" change, as just goes black from grey and can be hard to see if you liked something sometimes.
As in screenshot

Kind Regards
Rob
Hey there,

Can you please edit your first post at the top and include the following access please?

- Site Admin access (Please ensure that the user has super admin access)

- FTP access (We need this because if we use a file manager in Joomla, there are times where we have a typo and this might eventually break your entire back end and front end for instance if we are editing a system plugin). There is no way to save the site unless we have the ftp access.
·
Friday, 30 November 2018 11:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Abdul

Thanks for the reply, my site, backend is fine, I have no issues with my site for you to look at.

I just want to know can I change the colour of the text "like" once members have clicked it, rather than black it would be easy to see if a colour, say green/blue etc

Kind Regards
Rob
·
Friday, 30 November 2018 13:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Abdul

I know I have to goto components/com_easysocial/themes/horizon/styles/styles.min.css

than change from #444 to my choice of colour here #es .es-reaction-option__link.is-active .es-reaction-option__text

But when I change it stays black / #444 even after clear cache, but works in inspect

does it inherit from somewhere else?

Kind Regards
Rob
·
Friday, 30 November 2018 14:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You can apply css codes below here http://take.ms/FbDGq. Please give it a try and see how it goes.

[gist type="css"]
#es .es-reaction-option__link.is-active .es-reaction-option__text {
color: blue !important;
}
[/gist]
·
Friday, 30 November 2018 15:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Abdul

That worked perfect, how do I do the same for mobile template, thanks for your time.

Kind Regards
Rob
·
Friday, 30 November 2018 15:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Can you try to apply css codes below and see how it goes.

[gist type="php"]
#es.is-mobile .es-reaction-option__link.is-active .es-reaction-option__text {
color: blue !important;
}
[/gist]
·
Friday, 30 November 2018 15:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Abdul

That one didn't work on mobile, I cleared cache

Kind Regards
Rob
·
Friday, 30 November 2018 17:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

Can you please edit your first post at the top and include the following access please?

- Site Admin access (Please ensure that the user has super admin access)

- FTP access (We need this because if we use a file manager in Joomla, there are times where we have a typo and this might eventually break your entire back end and front end for instance if we are editing a system plugin). There is no way to save the site unless we have the ftp access.
·
Friday, 30 November 2018 17:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Abdul

I have updated the details, please try to access.

Kind Regards
Rob
·
Friday, 30 November 2018 17:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

It seems that your backend credentials are not valid. Your given admin access are valid and i can pass through. Please advice.
·
Friday, 30 November 2018 17:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Abdul

Sorry about that please try again, I had old password in.

Kind Regards
Rob
·
Friday, 30 November 2018 17:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Seems like you are using Easysocial Mobile template and you will need to apply them here template/esmobile/css/custom.css. Applied them and it should works fine now. Please give it a check and see how it goes.
·
Friday, 30 November 2018 17:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Abdul

That's great and thank you for your time, I will test and let you know as my mobile still shows black but could be mobile browser cache.
I will update asap when it shows on my mob, did it work on your mobile?

Kind Regards
Rob
·
Friday, 30 November 2018 18:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Abdul

That worked great, thanks is the cache on my mobile browser

Have a great day

Kind Regards
Rob
·
Friday, 30 November 2018 18:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

You are most welcome. Glad to hear that your issue has been 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.
·
Friday, 30 November 2018 19:54
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post