StackIdeas
Button Color, Button text
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
Richard Brandl
·
Monday, 15 May 2017 23:17
·
0 Likes
·
0 Votes
·
0 Comments
·
#337782
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]
Mark
·
Monday, 15 May 2017 21:31
·
0 Likes
·
0 Votes
·
0 Comments
·
#337735
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
Richard Brandl
·
Monday, 15 May 2017 22:32
·
0 Likes
·
0 Votes
·
0 Comments
·
#337771
Hello Richard,
The css code that I have provided above will also fix the background on the list item on the toolbar.
Mark
·
Monday, 15 May 2017 23:17
·
0 Likes
·
0 Votes
·
0 Comments
·
#337781
You are most welcome Richard
Mark
·
Monday, 15 May 2017 23:47
·
0 Likes
·
0 Votes
·
0 Comments
·
#337787
View Full Post