By Julie Kubiak on Monday, 19 February 2018
Posted in General
Likes 0
Views 818
Votes 0
I've got 3 stunning looking sites thanks to your Vanilla Template :-)
Problem I have is with EasyDiscuss buttons appearing that I cannot change the colour of.

The problem you will see in the image - MasqueradingPets.com needs to be black and white, but the ED ASK Module is a lovely green Great for on Masquerading.Global where we use green, but I cannot see where to change the button.

Within ES, you can got Settings, Layout, Styling to change button colour.
Is there such an option in ED?
Hi Julie,

Unfortunately, there is no option to change the EasyDiscuss Ask Module button. You can add css override in your template.

[gist type="php"]
#ed .ed-mod-ask .ed-mod-ask__content .btn-success{
color: #ffffff !important;
background-color: #000000 !important;
border: 1px solid #ddd !important;
}
#ed .ed-mod-ask .ed-mod-ask__content .btn-success:hover{
color: #000000 !important;
background-color: #ffffff !important;
border: 1px solid #000000 !important;
}
[/gist]

Hope this help.
·
Monday, 19 February 2018 10:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks. I think I’m adjusting to the green button, now I’ve seem other colours within the new template....

Thanks
·
Thursday, 22 February 2018 12:07
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Julie.
·
Thursday, 22 February 2018 12:21
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post