Kunena 6.0.8 Released (17 Jan 2023)
The Kunena team has announce the arrival of Kunena 6.0.8 [K 6.0.8] which is now available for download as a native Joomla extension for J! 4.2.x. This version addresses most of the issues that were discovered in K 6.0 and issues discovered during the development stages of K 6.0.
Solved How to enhance the look of the menu buttons ?
I'd like to get the current menu ......
to that like we have had previously...
Can I add anything to custom.css to make some changes for better visibility, reducing the amount of spacing all around?
Even just some shading in colour? and remove those << >> << >>
Any suggestions please?
Oh for a neat solution...
Please Log in or Create an account to join the conversation.
- SpartacusBSN
-
- Offline
- New Member
- Posts: 3
- Thank you received: 0
I was about to scrap the entire upgrade but you gave me hope that it might be fixable.
If you can tell me how you got that far I would appreciate it, the more I mess with out the worse it's getting.
Please Log in or Create an account to join the conversation.
#kunena.layout {
.navbar-inner {
border: none;
}
.navbar .nav > li > a {
background-color: #0088cc;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
padding: 11px 11px 11px;
margin-right: 2px;
color: #fff;
text-shadow: none;
}
.navbar .active > a {
background-color: green !important;
}
.navbar a:hover {
background-color: red !important;
}
}
Afterwards empty the cache.
Please Log in or Create an account to join the conversation.
I did Clear Cache in the backend and also on the PC.
I cut and pasted your code correctly (I hope)
I can send you full access if you like as it's a duplicated test site for the duration.
Oh for a neat solution...
Please Log in or Create an account to join the conversation.
.navbar-inner {
border: none;
}
.navbar .nav > li > a {
background-color: #0088cc;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
padding: 11px 11px 11px;
margin-right: 2px;
color: #fff;
text-shadow: none;
}
.navbar .active > a {
background-color: green !important;
}
.navbar a:hover {
background-color: red !important;
}
Please Log in or Create an account to join the conversation.
Would you mind going in and taking a look?
Oh for a neat solution...
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Oh for a neat solution...
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
#kunena .navbar-inner,
layot .navbar-inner {
border: none;
}
#kunena .navbar .nav > li > a,
layot .navbar .nav > li > a {
background-color: #0088cc;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
padding: 11px 11px 11px;
margin-right: 2px;
color: #fff;
text-shadow: none;
}
#kunena .navbar .active > a,
layot .navbar .active > a {
background-color: #3c728e !important;
}
#kunena .navbar a:hover,
layot .navbar a:hover {
background-color: #3c728e !important;
}
Please Log in or Create an account to join the conversation.
Forum Access
- Not Allowed: to create new topic.
- Not Allowed: to reply.
- Not Allowed: to edit your message.