- Posts: 55
- Thank you received: 3
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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
If you have questions about third-party templates, please use the User-written Templates category or contact the author directly. This category should only be used for questions about templates developed and supported by the Kunena project.
Question Why did 1.6.1 change my link colour (and how to fix it?)
- bigmike0601
-
- Offline
- Senior Member
-
- Posts: 109
- Thank you received: 2
Add this to the bottom of your main site template.css file:
Replace the black color with the colors you want.
Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com
- bigmike0601
-
- Offline
- Senior Member
-
- Posts: 109
- Thank you received: 2
templates/your_template_name/css/template.css
The name of the template will be based on what template you're using and the template.css file may or may not be named that, but find the main CSS file there.
Or you can also go into the Joomla admin backend and go to Extensions > Template Manager. Click on the name of your active template and click the Edit CSS button. Edit the main CSS file there by adding the CSS chunk to the bottom of it.
Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com
- bigmike0601
-
- Offline
- Senior Member
-
- Posts: 109
- Thank you received: 2
severdia wrote: You can access it via FTP at:
templates/your_template_name/css/template.css
The name of the template will be based on what template you're using and the template.css file may or may not be named that, but find the main CSS file there.
Or you can also go into the Joomla admin backend and go to Extensions > Template Manager. Click on the name of your active template and click the Edit CSS button. Edit the main CSS file there by adding the CSS chunk to the bottom of it.
For some reason my test site does not have an extension manager...I do not see an option to edit CSS in backend. My live site does have the extension manager, but I prefer to test on this site first. Below is the screen shot of backend...any reason why im missing the extension manager?