Sub-menu-Mobile background-color

More
3 years 9 months ago #48767 by max1
Hi Milos,
I placed in the CSS the folowing css (found in the Forum)

.nav-collapse.opened > ul {
  background: #eeeeee;
}
 nav-collapse.opened li.active, .nav-collapse.opened li:hover {
    background-color: #dddddd;
}
 .nav-collapse.opened li.active a {
    color: #000000 !important;
}
 .nav-collapse.opened li a, .nav-collapse.opened li span {
  color: #333333 !important;
}
---
What I cannot change is the arrow-down (V) color of the Submenu (same as desktop menu?). (Dark is welcome)

And also I miss the parameter for the sub menu background-color (my corporate color)

This message contains confidential information


Hope you have an extra CSS for this mobile menu
Thanks al lot.
Milian

Please Log in to join the conversation.

More
3 years 9 months ago #48769 by milos
Hello,

To change the arrow image, you should change this image: /ja40/media/templates/site/business/images/arrow_down.png

with your own arrow PNG image.

The submenu background color can be changed if you add this to the code:
Code:
.nav-collapse.opened > ul ul { background: #ccc; }

Change #ccc with a color of your choice.

Regards,
Milos

Please Log in to join the conversation.

More
3 years 9 months ago #48775 by max1
Thanks Milos!
I am glad you solved all my issues.
Regards,
Milian

Please Log in to join the conversation.

Time to create page: 0.323 seconds
Powered by Kunena Forum