All Components buttons fonts are white

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Apr 11, 2014 4:35 am
Reply with quote
Report this post
:ohmy:

Hi guys

I've got a terrible problem. All components that I install on my web show the buttons in white letters. I only have problems with the buttons, everything else works perfectly fine.

Please find my web's link with the error below

Link
http://www.ancadia.com/discussions
User avatar
Gold Boarder

GK User
Fri Apr 11, 2014 7:26 am
Reply with quote
Report this post
MusicState is a white font on dark background template - and that is why you have the problem.
You might try to create overrides for your components findind a unique id or class name that wraps component content and write override:
Code: Select all
#discuss-wrapper button,#discuss-wrapper button:hover {
color: #333;
}
User avatar
Moderator

GK User
Sat Apr 12, 2014 5:51 am
Reply with quote
Report this post
Thank you works great

i modify the /components/com_easydiscuss/themes/flat/style.css

And replace all #e1e1e1 color by #243ec7

Thank you for your excelent support
User avatar
Gold Boarder

GK User
Sat Apr 12, 2014 5:06 pm
Reply with quote
Report this post
I would strongly suggest to copy those changed styles to override - if you will update easydiscuss component, your changes will be lost.
User avatar
Moderator

GK User
Sat Apr 12, 2014 6:09 pm
Reply with quote
Report this post
i tried make that change in override, but doesn't work.
User avatar
Gold Boarder

GK User
Sun Apr 13, 2014 10:00 am
Reply with quote
Report this post
They should. Please leave changes in override and let me know, I'll check whats wrong.
User avatar
Moderator


cron