Hi Ciaran.
I have a Renita (J4) menu problem and even though I have tried a couple of things I read in the forum (including here : https://www.joomla51.com/tutorials/template-customization/customising-the-dropdown-menu-styling), but none seems to work.
1) I would like to change the colour of the dropdown-hover background colour.
The dropdown is already at the colour I want but I can't find how to change the hover background colour.
2) I can't find how to display the little arrow next to a menu item when there is a dropdown menu.
3) Is there a way to make the width of the dropdown menu larger?
Thank you.
- DamsStChristophe
-
- Commercial Templates
- Thursday, 12 January 2023
- Subscribe via email
Hello
1. To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
(edit to taste)
2. THis arrow should be displayed automatically once you have a parent separator menu item type with child items. Would you have a URL to an example of your menu?
3. To amend try also adding the following to the Custom CSS field of your template setting, editing to your own taste...
Ciaran
1. To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
(edit to taste)
.hornav > ul > li ul li:hover > a {
background: #aaaaaa;
}
2. THis arrow should be displayed automatically once you have a parent separator menu item type with child items. Would you have a URL to an example of your menu?
3. To amend try also adding the following to the Custom CSS field of your template setting, editing to your own taste...
.hornav > ul > li > ul,
.hornav > ul > li > ul > li > ul {
min-width: 300px;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 3
Hi Ciaran.
Thank you for those answers.
The 2 bits of code works well.
Where can I send you the link?
Kind regards.
Damien.
Thank you for those answers.
The 2 bits of code works well.
Where can I send you the link?
Kind regards.
Damien.
- more than a month ago
- Commercial Templates
- # 4
Hi Damien
Details can be sent to info@joomla51.com. Please include a URL to this post within your email for our reference.
Ciaran
Details can be sent to info@joomla51.com. Please include a URL to this post within your email for our reference.
Ciaran
- more than a month ago
- Commercial Templates
- # 5
Hi Ciaran.
I did send an email yesterday.
Hope it didn't end up in the spams.
Kind regards.
Damien.
I did send an email yesterday.
Hope it didn't end up in the spams.
Kind regards.
Damien.
- more than a month ago
- Commercial Templates
- # 6
Hi Damien
I have just created an update for this template which should resolve this issue for you. For details on updating your template may I suggest the following article.. https://joomla51.com/tutorials/joomla-basics/updating-your-joomla-template
Ciaran
I have just created an update for this template which should resolve this issue for you. For details on updating your template may I suggest the following article.. https://joomla51.com/tutorials/joomla-basics/updating-your-joomla-template
Ciaran
- more than a month ago
- Commercial Templates
- # 7
Hi Ciaran.
Thank you for the update, but there is still a small issue.
The arrows for the dropdown menu are now visible, however they are displayed under the menu item, not next to it (on it's right) which pushes the dropdown menu up.
The menu item that don't have a dropdown are not on the same "line" as the one with a dropwodn.
Thank you for the update, but there is still a small issue.
The arrows for the dropdown menu are now visible, however they are displayed under the menu item, not next to it (on it's right) which pushes the dropdown menu up.
The menu item that don't have a dropdown are not on the same "line" as the one with a dropwodn.
- more than a month ago
- Commercial Templates
- # 8
Hello
On which browser are you having this issue? Does adding the following to the Custom CSS field of your template parameters resolve the issue?
Ciaran
On which browser are you having this issue? Does adding the following to the Custom CSS field of your template parameters resolve the issue?
.hornav>ul>li {
white-space: nowrap;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 9
Hi Ciaran.
It happened on Chrome and Firefox.
The bit of code made the dropdown menu item be on the same level as the non dropdown but I realised that the menu...doesn't work on mobile phone.
On Chrome, the menu appears when I click on the 3 horizontal bars but doesn't work. It also shows the arrow AND a "+" sign next to a dropdown menu item.
On Firefox, the menu doesn't even show when I click on those 3 bars.
It happened on Chrome and Firefox.
The bit of code made the dropdown menu item be on the same level as the non dropdown but I realised that the menu...doesn't work on mobile phone.
On Chrome, the menu appears when I click on the 3 horizontal bars but doesn't work. It also shows the arrow AND a "+" sign next to a dropdown menu item.
On Firefox, the menu doesn't even show when I click on those 3 bars.
- more than a month ago
- Commercial Templates
- # 10
Hi Damien
A new update to this template has just been released which I am hoping will include a fix for your issue. Could you try installing this latest update and see if the issue is resolved?
Ciaran
A new update to this template has just been released which I am hoping will include a fix for your issue. Could you try installing this latest update and see if the issue is resolved?
Ciaran
- more than a month ago
- Commercial Templates
- # 11
Hi Ciaran.
I am back as I have another issue with the menu.
It works fine, except that the when I change the "Dropdown Menu Item Color", it all item change color...except for the "separator" who stay black.
Every other item/dropdown item are ok.
Any idea how to fix this?
Kind regards.
Damien.
I am back as I have another issue with the menu.
It works fine, except that the when I change the "Dropdown Menu Item Color", it all item change color...except for the "separator" who stay black.
Every other item/dropdown item are ok.
Any idea how to fix this?
Kind regards.
Damien.
- more than a month ago
- Commercial Templates
- # 12
Hi Damien
A new update to this template has just been released which I am hoping will include a fix for your issue. Again could you try installing this latest update and see if the issue is resolved?
Ciaran
A new update to this template has just been released which I am hoping will include a fix for your issue. Again could you try installing this latest update and see if the issue is resolved?
Ciaran
- more than a month ago
- Commercial Templates
- # 13
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »