By Don Lewis on Saturday, 01 April 2017
Posted in General
Likes 0
Views 136
Votes 0
I attached a screenshot to show what i mean. Wen in a group or page discussion, while replying, the text is almost white while on a white background. I would like to change the background to black so the whiter text would show up nicely.
Hello Don,

I am really sorry for the delay of this reply as it is a weekend for us here. It looks like your Joomla template is very aggressive on those inputs / textarea background. It seems to be enforcing a white background on them.

To fix this, I had to edit the file /templates/at_portgen/html/com_easysocial/css/custom.css and inserted the following block of css codes:

[gist]
#es .markItUp * {
background: #333;
}
[/gist]

Can you give this a try again?
·
Saturday, 01 April 2017 17:39
·
0 Likes
·
0 Votes
·
0 Comments
·
PERFECT! Thank you!
·
Saturday, 01 April 2017 22:14
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Don, glad that your issues are resolved now.
·
Saturday, 01 April 2017 22:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post