Hi there,
In the old Velvet theme i could create a menu where the mainpages and subpages are visable in the header. look here http://www.deverbeteringparket.nl.
Can i also realise this in the enfold theme? i’ll hope so.
Hey dennisvandeburgt,
Yes, I think it can be done. Can you give us a link to your site? so we can check and try to give you css code that should help. Just post the details in private content so it can only be view by moderators and the thread creator :)
Best regards,
Nikko
Hi,
I have added this css code in Quick CSS (located in Enfold > General Styling):
#top #header_main > .container .main_menu .av-main-nav > li > a,
#top #header_main #menu-item-shop .cart_dropdown_link {
height: auto !important;
line-height: 3 !important;
padding-top: 12px;
}
#header #avia-menu span.avia-menu-fx {
display: none !important;
}
#avia-menu ul.sub-menu {
display: block !important;
opacity: 1 !important;
visibility: visible !important;
background: transparent;
position: relative;
width: 170px;
border: 0 !important;
}
#top #avia-menu ul.sub-menu a {
padding-top: 0;
padding-bottom: 0;
background: transparent;
border: 0 !important;
font-size: 11px;
line-height: 1;
}
Let us know if you need further assistance :)
Best regards,
Nikko
