By Richard on Thursday, 09 January 2014
Posted in General Issues
Likes 0
Views 1K
Votes 0
I am using Joomshaper Awetive template on Joomla 3.2.1 and the following buttons are blending into the template:

Back to Inbox
Uploading Files
Cancel
Load More
Shared With
Check

There may be more, but these are the only EasySocial buttons I can find that blend in and need an adjustment to make them visible.

I had the same problem with EasyDiscuss buttons and the following code corrected them:

#discuss-wrapper .btn{
color: #666 !important;
}

#discuss-wrapper .btn-primary{
color: #fff !important;
}


Is there a similar code adjustment to correct the EasySocial buttons?
Hi,

Yes it is similar but the wrapper in EasySocial is #es-wrap instead of #discuss-wrapper
·
Thursday, 09 January 2014 11:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Perfect, thank you!
·
Thursday, 09 January 2014 22:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

You're welcome.
·
Thursday, 09 January 2014 23:08
·
0 Likes
·
0 Votes
·
0 Comments
·
hello,

i am trying to change the blue buttons colors (ES/ED/EB) but still blue, here's what i use in my custom.css :

.btn-es-primary{
color: #333 !important;
}

I missed some thing ?
·
Tuesday, 10 May 2016 17:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi jan,

Can you start a new thread regarding this question?

Because it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Tuesday, 10 May 2016 18:43
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post