- Posts: 41
- Thank you received: 0
How to make mobile menu same colors as main menu
1 year 10 months ago #51063
by kent8
How to make mobile menu same colors as main menu was created by kent8
Now that I have the Main Menu background color, live link color, hover color, etc the way I want them,
please tell me how to make the mobile menu colors the same as the Main Menu ?
nj41.townoflimon.com/index.php
Thank you !
Kent
please tell me how to make the mobile menu colors the same as the Main Menu ?
nj41.townoflimon.com/index.php
Thank you !
Kent
Please Log in to join the conversation.
1 year 10 months ago #51065
by milos
Replied by milos on topic How to make mobile menu same colors as main menu
Hello,
Try adding this in file /media/templates/site/museum/css/custom.css:
Add it under this line:
Regards,
Milos
Try adding this in file /media/templates/site/museum/css/custom.css:
Code:
.nav-collapse.opened li.active a,
.nav-collapse.opened li:hover a,
.nav-collapse.opened li:hover span,
.nav-collapse.opened li a:hover,
.nav-collapse.opened li span:hover {
color: #ff3333 !important;
}
.nav-collapse.opened li a, .nav-collapse.opened li span {
color: #666 !important;
}
Add it under this line:
Code:
@media (max-width:767px) {
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.301 seconds