Hello,
1)
I use the fullwidth submenu. I want this to be in the same style as the main menu. In addition, the distance to the left should be the same as in the Main Menu. The following code doesn’t work. Can you help?
/*Fullwidth Submenu same styling as main menu*/
#top .av-subnav-menu .avia-menu-text > li > a {
font-size: 16px;
font-family: dn-pro-dn-pro-bold;
font-weight: bold;
color: #666666;
}
#top .av-subnav-menu > li > a:hover {
color: #333333;
}
https://s19.directupload.net/images/191202/hixlhojk.png
Many thanks in advance.
Solution:
#top .av-submenu-container {
font-size: 16px;
font-family: dn-pro-dn-pro-bold;
font-weight: bold;
color: #333333;
My only issue is the margin/padding left.
Solution:
#top .av-submenu-container .container {
padding: 0 50px !important;
}
You can close the Thread!
Best