Hi is it possible to make the dividers or top / bottom borders on the sidebar menu transparent.
I use the main menu in the left side.
Hi Jonas!
Add this to your custom CSS.
@media screen and (max-width: 767px) {
#header_main *, #header_main {
border: 0px !important;
}
}
Regards,
Elliott
Hi Eliot,
I dosent quite do the job
Hi,
Please try the following instead:
.html_header_sidebar .logo, .html_header_sidebar #header .av-main-nav > li > a {
border-bottom-width: 0px !important;
}
.header_color div {
border-color: transparent;
}
Thanks,
Rikard
Ehmm it dosent work
Its the lines between the menu links