- Posts: 4
- Thank you received: 0
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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
Question Kunena - Crypsis flaws, Shape5 template Design control
10 years 5 months ago #169429
by tapaza80
Kunena - Crypsis flaws, Shape5 template Design control was created by tapaza80
Please Log in or Create an account to join the conversation.
10 years 5 months ago #169432
by 810
Replied by 810 on topic Kunena - Crypsis flaws, Shape5 template Design control
yes, this you see, when you yemplate builder used custom css to style the menu's.
You can fix this by saving the small css changes you need to find with inspector or firebug.
You can save the on:
backend - template manager - edit less - select custom.less - and put there the changes
You can fix this by saving the small css changes you need to find with inspector or firebug.
You can save the on:
backend - template manager - edit less - select custom.less - and put there the changes
Please Log in or Create an account to join the conversation.
10 years 5 months ago #169433
by tapaza80
Replied by tapaza80 on topic Kunena - Crypsis flaws, Shape5 template Design control
First of all, thanks for all your work with Kunena. A really great effort you putting in this project! Then, thanks for reply.
If I update Kunena to newer versions, will the custom.less file be changed?
Any kind soul out there that can help me style up the things above, I will be really thankfull!
www.classichonda.nu/forum/index
If I update Kunena to newer versions, will the custom.less file be changed?
Any kind soul out there that can help me style up the things above, I will be really thankfull!
www.classichonda.nu/forum/index
Please Log in or Create an account to join the conversation.
10 years 5 months ago #169439
by 810
Replied by 810 on topic Kunena - Crypsis flaws, Shape5 template Design control
custom.less wil not be updated, after a update.
so its safe to use the custom.less file
But for safe you can make a backup, after the code is correct working for you.
so its safe to use the custom.less file
But for safe you can make a backup, after the code is correct working for you.
Please Log in or Create an account to join the conversation.
10 years 5 months ago #169456
by tapaza80
Replied by tapaza80 on topic Kunena - Crypsis flaws, Shape5 template Design control
thanks
i opened that custom.less for crypsis and added
#kunena.layout .navbar .nav > li > a {
padding: 9px 8px;
}
(Saved) but I see no effect, in firebug i see the effect
i opened that custom.less for crypsis and added
#kunena.layout .navbar .nav > li > a {
padding: 9px 8px;
}
(Saved) but I see no effect, in firebug i see the effect
Please Log in or Create an account to join the conversation.
10 years 5 months ago #169458
by 810
Replied by 810 on topic Kunena - Crypsis flaws, Shape5 template Design control
if you add custom css on less, you don't need #kunena.layout
So try this:
So try this:
Code:
.navbar .nav > li > a {
padding: 9px 8px;
}
Please Log in or Create an account to join the conversation.
Time to create page: 0.245 seconds