Okay
  Public Ticket #2776125
faint grey line next to menu
Closed

Comments

  •  4
    ginhut started the conversation

    Hi,

    I haven't seen this before, but there seems to be a slight line next to the menu. Can you maybe give me some CSS to hide it or in the settings somewhere to fix it? It seems to be on every page.

    Thanks,
    Gina

  •  1,878
    Judith replied

    Hi There,

    Thanks for keeping in touch.

    Please try this css:

    .ascend #header-outer[data-full-width="true"] #top nav ul #search-btn a, .ascend #header-outer[data-full-width="true"] #top nav ul #nectar-user-account a, .ascend #header-outer[data-full-width="true"] #top nav ul .slide-out-widget-area-toggle a {
        border-left: 0px solid rgba(0,0,0,0.07);
    }

    Thanks.

  •  4
    ginhut replied

    Yay! That fixed it! Thanks!