- Posts: 6
- Thank you received: 1
Kunena 6.4.8 Released
The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.
Solved How do you override #Kunena a:active
I successfully changed my link colors by adding the change in my template's file. Thanks !! But I was just wondering if I should just make all future template changes to Kunena in my websites template's css file if its just going to override everything ?
If that's the case would it be ok to just ignore editing the default.min css files for custom changes.
Or are there going to be times when it would be best to make the changes in the kunena.default-min.css ?
Please Log in or Create an account to join the conversation.
- Hazardous Pain
-
- Offline
- New Member
-
- Posts: 4
- Thank you received: 0
I have this same issue and I cannot seem to find a solution, I tried pasting this line the template.css of my template but it is not working:
what am I doing wrong?
help very appreciated!
Please Log in or Create an account to join the conversation.
- Hazardous Pain
-
- Offline
- New Member
-
- Posts: 4
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Go to the template default folder:
1. com_kunena > template > default > initialize.php
2. Make a back up of initialize.php by duplicating and rename it (just in case)
3. In Dreamweaver, do a search and replace for old color, replace with new color
4. Save and upload it.
Please Log in or Create an account to join the conversation.
sozzled wrote: The easiest way to override Kunena CSS is to put the changes into your Joomla site template CSS. Only you know what that's called and where it's located.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
I found the correct a:hover by searching in dreamweaver for the short-code version of the hex colour: #f00
Remember that FireFox/FireBug will still show it as #FF0000 even if it's in the file as #f00.
Hopefully this small point can help others with a simple, but frustrating bump in the road!
Please Log in or Create an account to join the conversation.