For some reason the articles that I have chosen to display on the home page (K2 content module in mainbody position) is really, really dark.
When I "inspect element" in Chrome, it shows that it is <div class="moduleItemIntrotext"> and inside of that the text is <span class="Apple-style-span"> and the text is set to be #333333.
I changed the k2.css (within the template area in the Joomla! admin) to this:
- Code: Select all
.latestItemIntroText,
.genericItemIntroText,
.userItemIntroText,
.catItemIntroText,
.itemIntroText { font-color:#ffffff; font-size:inherit; font-weight:normal; line-height:inherit; padding:4px 0 12px; }
And even after that, it still shows the same!
- Code: Select all
<span class="Apple-style-span" style="color: #333333; font-family: 'lucida grande',tahoma,verdana,arial,sans-serif; font-size: 13px; text-align: left;">blah blah blah.<span class="Apple-converted-space"> </span><br>blah blah, blah blah blah<br></span>
I have looked through the css files and I cannot for the life of me figure out where the that is located to fix it? As it is, it is unreadable because it is so dark.
What can I do? Where shall I look for that?
You can see what I am talking about here (sorry, the DNS hasn't transferred yet)