I am trying to recreate the look of the logo/header. Is there a way to do it like the first page listed below, with the logo dropping below the header? I tried something like this: http://cjff.theunsteadyproblem.com/cjff/om-festivalen/ but it’s not the same, since the submenu items display lower than on the original page. IS there a way to adjust this?
I also have tried to hide the active menu underlines with this code:
.avia-menu-fx {
display: none !important;
opacity: 0;
}
but am not seeing changes. thanks.
Is it possible to move the submenu items higher up so they are not below the header?
thanks so much
Nancy
Hey Munford!
to control the position of the submenu and to change border color to white use this code:
.html_header_top .header_color .main_menu ul:first-child >li > ul, .html_header_top #top .header_color .avia_mega_div > .sub-menu {
top: 150px;
color: white;
}
Best regards,
Andy
that didn’t work for me.
Hi!
You can remove the header borders like example site with following code
#header_main, #main>.container_wrap {
border: none!important;
}
Regards,
Yigit
thanks I figured it out…