Hey,
1. Add this to your custom css box in Theme Options > Advanced Settings:
.kad-mobile-nav .kad-nav-inner li ul.sf-dropdown-menu a {
list-style: none;
}
2. Which arrows do you mean? Can you post a link?
Hanah
Thread Starter
snp_85
(@snp_85)
http://postimg.org/image/3yarzabub/
something kind of that . The main idea is make it clear for the person that it could be expand.
Try adding this css:
.kad-mobile-nav i.icon-arrow-up, .kad-mobile-nav i.icon-arrow-down {
color: #fff;
}
Does that work for you?
Hannah
Thread Starter
snp_85
(@snp_85)
the bullet code worked for me, but the arrow thing not
Are you able to post an actual link to your site?
Hannah
Here is the css:
.kad-mobile-nav .kad-nav-inner li .kad-submenu-accordion {
color: white;
}
Kadence Themes
Thread Starter
snp_85
(@snp_85)
Thanks a lot, that worked for me!
And, how to set the color(white) for the expanded menu?
Like this: http://postimg.org/image/fxqf6fwj5/
Hey,
Try adding this css:
.kad-nav-inner .kad-mnav {
color: #fff;
}
Hope that helps!
Hannah
Thread Starter
snp_85
(@snp_85)
still the same color the “expanded” mobile menu
http://icf.bofh.ru/~phr0zen/
Hey,
In your theme options > menu settings you should be able to set the mobile menu font color.
If your just wanting to target items that are submenu items then you can use this css:
.kad-mobile-nav .kad-nav-inner li ul.sf-dropdown-menu a {
color: white;
}
Kadence Themes