By Hassan Abdul on Saturday, 22 October 2016
Posted in Technical Issues
Likes 0
Views 287
Votes 0
Compliments of the day,

Please how do I change the colors of the buttons (share, add friend, create group, create event, create album, load previous stream items, etc)?

Kind regards

Hassan
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

I already applied some css block of code into your template custom css file -> JoomlaFolder/templates/ja_teline_v/css/custom.css

Now those button show green color now, but I am not really sure which color you want, you can modify it anytime.


/* customize the Easysocial button color */
div#fd.es .btn-es-primary, div#fd.es .btn-es-primary:focus {
border: 1px solid #A8CF45 !important;
background-image: -webkit-linear-gradient(top,#A8CF45 0,#A8CF45 100%) !important;
background-image: linear-gradient(to bottom,#A8CF45 0,#A8CF45 100%) !important;
}

div#fd.es .es-story-privacy .es-privacy .es-privacy-toggle, div#fd.es .es-story-privacy .es-privacy .es-privacy-toggle:hover, div#fd.es .es-story-privacy .es-privacy .es-privacy-toggle:focus, div#fd.es .es-story-privacy .es-privacy .es-privacy-toggle:active {
background-image: -webkit-linear-gradient(top,#A8CF45 0,#A8CF45 100%) !important;
background-image: linear-gradient(to bottom,#A8CF45 0,#A8CF45 100%) !important;
border-color: #A8CF45 !important;
}

·
Saturday, 22 October 2016 10:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Arlex,

Thanks for responding even on your weekend.

And yes, that is the green color we wanted.

Kind regards

Hassan
·
Saturday, 22 October 2016 19:21
·
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.
·
Saturday, 22 October 2016 21:34
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post