Hi! I`m sorry for opening a new topic, but we missed 2 final things in the former closed topic.
1. Which is the CSS code to change the background color of sub-links/drop down menus of both static and sticky menu?
2. How can we have small caps as we have it for main static menu at the sticky menu and sub-links drop down menus, we use the code down there provided by you guys, but we are trying to make the font small caps as in main static menu but its not working, is there any thing were doing wrong? Here is what we are trying:
.fixed-header-area .menu > li > a {
font-family: ‘Didact Gothic’;
font-size: 16px;
font-variant: small-caps;
}
.fixed-header-area .menu .nav-sublist-dropdown ul > li > a {
font-family: ‘Didact Gothic’;
font-size: 16px;
font-variant: small-caps;
}
.menu > li a {
font-family: ‘Didact Gothic’;
font-size: 16px;
font-variant: small-caps;
}