By SHI LI on Friday, 08 August 2014
Posted in Technical Issues
Likes 0
Views 1.1K
Votes 0
Hi there, I was trying to change the font color for my Komento post text. I had a hard time finding the exact class of those texts. I've looked into these two following folders and try to change the css:

/components/com_komento/assets/css
/public_html/components/com_komento/themes/kuro/css

But none of them seem to contain the class kmt-text, could you help me to find out where exactly do I need to change the font-color?

Attached is the text which I would like to change the color, thanks!
Hello SHI LI,

I am really sorry for the delay of this reply as it is a weekend for us here.
Try put this css code in your template css file, because that was very helpful for you update Komento in the future.

.kmt-content .kmt-body .commentText.kmt-text{
color : black !important;
}

.kmt-form-content .commentInput.input.textarea.markItUpEditor{
color : black !important;
}

If you modified the css in Komento styling file as you provided some sample file above, when you try to update the Komento, your hack will be removed.
·
Saturday, 09 August 2014 16:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

I'm sorry, can i have the URL to the page so we can inspect and send you the css code for the text color? Please advise.
·
Friday, 08 August 2014 10:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Sure, you could look into this url:
http://www.naruto108.com/index.php/108/79-final

Please take a look at the font color in the comment section, since the background is white, the white font makes the words hard to see.

Thanks,
Shi
·
Saturday, 09 August 2014 03:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,

It worked! The exact code I put in is this:

#section-kmt .kmt-content .kmt-body .commentText.kmt-text{
color : black !important;
}

#section-kmt .kmt-form-content .commentInput.input.textarea.markItUpEditor{
color : black !important;
}

Thank you very much!!
·
Monday, 11 August 2014 09:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello SHI LI,

You're welcome, glad to heard your issues resolved.
·
Monday, 11 August 2014 13:55
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post