Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0.

The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Changing link colors in Blue Eagle template

More
13 years 10 months ago #130152 by jpc0480
I know this has been covered a ton of times and I have seem to have tried everything. I have tried adjusting my main template.css file and have not messed with the core files as I know these will be upgraded. I have set every field in the Kunena template settings which is how I have adjusted my colors so far.

I have attached a screenshot to show exactly what I am trying to do. For everything highlighted in red I would like to change the font color.

All the help appreciated!!

Kunena 3.0.4
CB 1.9.1
Joomla 2.5.18

Please Log in or Create an account to join the conversation.

More
13 years 10 months ago #130171 by sozzled
As you correctly stated, these issues have been covered thousands of times and we will continue to receive thousands more questions from people who would like us to help them with the fundamentals of web design, CSS and HTML. Please read the very important advice given in My Joomla site template makes a mess of Kunena .

The cause of simple issues like changing font colour can be easily identified (with a single mouse-click) using web design tools like Firebug for Firefox. While Firebug may not be for everyone there are other options available, too. People can wait and hope that someone will generously volunteer ideas that may help them - that's always an option - or people can offer to pay someone for their time to make the changes for them - and that's another option, too.

Hyperlink colours are controlled by CSS
Code:
a {color: xxx} a:hover {color: xxx} a:active {color: xxx} a:visited {color: xxx}
If you know (and understand) CSS then you won't have a problem; if you don't know CSS then you have a problem. The answer to your problem, however, depends on many factors and we cannot give you a specific solution without knowing a lot more about your site. That's the point we're trying to make in My Joomla site template makes a mess of Kunena . :)

Please Log in or Create an account to join the conversation.

Time to create page: 0.444 seconds