By Richard Brandl on Monday, 15 May 2017
Posted in Technical Issues
Likes 0
Views 769
Votes 0
How can I change the button colors in Easydiscuss?
Button text is not displayed correctly. See images.
Thank You.

Richard
My problem is solved. Thank you.

Regards

Richard
·
Monday, 15 May 2017 23:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

This issue is actually caused by your Joomla template which is enforcing a height of 16px on all the buttons, http://take.ms/nEnVa

To fix this, you can add the css codes below to reset the height of these buttons,

[gist]
body div#ed .btn-primary {
height: auto;
}

body div#ed .ed-navbar__o-nav li:before {
content: "" !important;
}
[/gist]
·
Monday, 15 May 2017 21:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for the quick answer.
On the first screenshot there are two buttons ("Antwort...") the background of wich should be modified. How can I do this?

Regards

Richard
·
Monday, 15 May 2017 22:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Richard,

The css code that I have provided above will also fix the background on the list item on the toolbar.
·
Monday, 15 May 2017 23:17
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Richard
·
Monday, 15 May 2017 23:47
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post