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
Solved How to enhance the look of the menu buttons ?
9 years 8 months ago - 9 years 8 months ago #178596
by Nemo10
Oh for a neat solution...
How to enhance the look of the menu buttons ? was created by Nemo10
I know it is early days but I'm hoping to able to alter a few things.
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?
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...
Last edit: 9 years 8 months ago by Nemo10.
Please Log in or Create an account to join the conversation.
- SpartacusBSN
-
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
9 years 8 months ago #178614
by SpartacusBSN
Replied by SpartacusBSN on topic How to enhance the look of the menu buttons ?
How did you get the tab boxes back? I have spent last night and all morning trying to fix our site. Everything is text on the new Crypsis (b oth versions with bootstraps on using any Joomla template).
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.
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.
9 years 8 months ago #178631
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic How to enhance the look of the menu buttons ?
Go in backend to "Kunena -> Templates -> mark Cypsis -> Edit LESS -> custom.less -> Edit LESS" and try this code:
Afterwards empty the cache.
Code:
#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.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
9 years 8 months ago - 9 years 8 months ago #178642
by Nemo10
Oh for a neat solution...
Replied by Nemo10 on topic How to enhance the look of the menu buttons ?
No, nothing has changed.
www.crusoercs.com
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.
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...
Last edit: 9 years 8 months ago by Nemo10.
Please Log in or Create an account to join the conversation.
9 years 8 months ago #178644
by 810
Replied by 810 on topic How to enhance the look of the menu buttons ?
on less you need only:
Code:
.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.
9 years 8 months ago #178646
by Nemo10
Oh for a neat solution...
Replied by Nemo10 on topic How to enhance the look of the menu buttons ?
Ah, still no change..
Would you mind going in and taking a look?
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.
Time to create page: 0.249 seconds