By Pavel Vit on Thursday, 10 September 2015
Posted in General Issues
Likes 0
Views 0.9K
Votes 0
Hello, I have installed EasyDiscuss and I have problem with displaying text colo. It has probably white color. I have trided to add following style to template custom.css (I have read it here on disscussion) with no effect:

#discuss-wrapper .nav-tabs > li > a {
color: #000000 !important;
margin-right: 0px !important;

Could you please help me which style to edit or add to have text in posts black.

The screen shot is attached.

Many thanks.

Regards.

Pavel Vit
Hi Pavel,

I am really sorry for the delay of this reply. Can you try to put the code inside your template.css instead and see how it goes?
.art-postcontent a, .art-postcontent a:link {
color: #000000;
}

.art-postcontent h2 {
color: #000000;
}

.art-postcontent li, .art-post li, .art-textblock li {
color: #000000;
}


It should like this when the code is applied, http://screencast.com/t/dViSKzEH .
·
Friday, 11 September 2015 10:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Pavel,

Can I have the access to your site so I can inspect your css element closely? This is what I'm getting when I'm trying to access your site, http://screencast.com/t/RCpHAAexiw . Please advise.
·
Thursday, 10 September 2015 18:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Ezrul Fazwan wrote:

Hi Pavel,

Can I have the access to your site so I can inspect your css element closely? This is what I'm getting when I'm trying to access your site, http://screencast.com/t/RCpHAAexiw . Please advise.


Hello, I have unlocked the site, so you can have a look. Many thanks. Regards. Pavel
·
Thursday, 10 September 2015 19:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

I've forgotten to tell you that you can find the disscussion at http://www.proobce.com/discussions

Thanks. Regards.

Pavel Vit
·
Thursday, 10 September 2015 19:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Pavel,

Can you try the following css fix and see how it goes?
.art-postcontent a, .art-postcontent a:link {
color: #000000;
}

.art-postcontent h2 {
color: #000000;
}
·
Thursday, 10 September 2015 19:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello, I've added it to template custom.css file but the problem still exists. Many thanks. regards. Pavel Vit
·
Thursday, 10 September 2015 20:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Ezrul,

the modification of template.css helped. Many thanks for your assistance.


Best Regards.

Pavel
·
Friday, 11 September 2015 12:46
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Pavel. Glad that your issue has been resolved now.
·
Friday, 11 September 2015 12:50
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post