By Paul on Wednesday, 07 October 2015
Posted in General
Replies 6
Likes 0
Views 1.1K
Votes 0
after installing 1.4.1 and choosing the Elegant theme the custom.css for the stream button color for the initial state but not for the hover/click states. Here is what I had working:


html body div#fd.es .btn-es-primary, html body div#fd.es .btn-primary {
padding: 6px 12px;
font-size: 12px;
line-height: 24px;
border-radius: 0px;
background: #3e465c none repeat scroll 0% 0% !important;
border-color: #3e465c !important;
}
html body div#fd.es .btn-es-primary, html body div#fd.es .btn-es-primary:focus {
color: #fff !important;
background-color: #3e465c !important;
border-color: #3e465c !important;
}
html body div#fd.es .btn-es-success, html body div#fd.es .btn-es-success:focus {
color: #fff !important;
background-color: #3e465c !important;
border-color: #3e465c !important;
}
Hello Paul,

Here is the example to override the button color,


/*Override btn-es-primary default state*/
html body div#fd.es .btn-es-primary {
background: #3e465c !important;
border-color: #3e465c !important;
}
/*Override btn-es-primary hover state*/
html body div#fd.es .btn-es-primary:hover {
color: #fff !important;
background-color: #3C4B73 !important;
border-color: #3e465c !important;
}
/*Override btn-es-primary focus state*/
html body div#fd.es .btn-es-primary:focus {
color: #fff !important;
background-color: #3C4B73 !important;
border-color: #3e465c !important;
}
·
Wednesday, 07 October 2015 11:33
·
0 Likes
·
0 Votes
·
0 Comments
·
thank you @Chang however this did not resolve it. This css seems to be part of the problem:

div#fd.es .btn-es-primary, div#fd.es .btn-es-primary:focus {
color: #FFF !important;
border: 1px solid #507BA3 !important;
background-image: linear-gradient(to bottom, #3E85C3 0px, #4E7FA8 100%) !important;
background-repeat: repeat-x !important;
background-position: 0px 0px;
}
·
Thursday, 08 October 2015 07:02
·
0 Likes
·
0 Votes
·
0 Comments
·
looks like joomlart ja social ii template is at least part of the problem. very frustrating.
·
Thursday, 08 October 2015 07:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Paul,

Can you share us a screenshot and your site details elaborate more on what you want to achieve on the stream button?
·
Thursday, 08 October 2015 10:44
·
0 Likes
·
0 Votes
·
0 Comments
·
I'm going to try a different template today as I suspect it is a Joomlart screwup interfering with the override. They have gone way down hill in terms of quality and support. I totally regret giving them another shot. I've wasted so much time and money.

Really frustrating because I've spent the past 4 weeks customizing JA Social ii
·
Thursday, 08 October 2015 22:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Paul,

We are sorry to hear that . However if there are any issue that are related with easysocial in the future, feel free to write it on our forum so we can assist you accordingly.
·
Friday, 09 October 2015 16:23
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post