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:
Is there a similar code adjustment to correct the EasySocial buttons?
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?