By Randl Lieb on Tuesday, 04 March 2014
Posted in General Issues
Replies 3
Likes 0
Views 612
Votes 0
I would like to remove the background color for the Dark theme on Easydiscuss. How can I do this? See link.
Thanks
Hello Randl,

Add the following block of css codes into your template's css file,


div#discuss-wrapper
{
background: inherit !important;
}
·
Tuesday, 04 March 2014 23:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks! That worked. You posted an answer almost before I could blink! Am continually impressed by your quick and accurate support.
·
Wednesday, 05 March 2014 00:07
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Randl
·
Wednesday, 05 March 2014 00:18
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post