- Posts: 60
- Thank you received: 0
Sub-menu-Mobile background-color
-
max1
Inactive member - Topic Author
- Member
Less
More
2 years 9 months ago #48767
by max1
Sub-menu-Mobile background-color was created 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)
Hope you have an extra CSS for this mobile menu
Thanks al lot.
Milian
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.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
2 years 9 months ago #48769
by milos
Replied by milos on topic Sub-menu-Mobile background-color
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:
Change #ccc with a color of your choice.
Regards,
Milos
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.
Time to create page: 0.175 seconds