Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #538093

    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.

    #538331

    Hi Jonas!

    Add this to your custom CSS.

    @media screen and (max-width: 767px) {
    #header_main *, #header_main {
        border: 0px !important;
    }
    }

    Regards,
    Elliott

    #538376

    Hi Eliot,

    I dosent quite do the job

    #538777

    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

    #539013

    Ehmm it dosent work

    Its the lines between the menu links

    #539422

    Hi,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.