Okay
  Public Ticket #2968315
Mega Menu Close Icon Color
Closed

Comments

  •  6
    aformat started the conversation

    Hello

    In my latest project with Salient I have a little problem. 
    The open mega menu has a white background and the close icon is unfortunately automatically white as well. 
    I use a transparent header on the start screen, maybe that's part of the problem?!

    Can you tell me how to change the color of the menu icon and text? In the options panel I have adjusted the color, so this must be overridden from somewhere....

    Greets Eric

  •  1,877
    Judith replied

    Hi There,

    Thanks for keeping in touch,

    Please send in your website url so that we can check this out.

    Thanks.

  •   aformat replied privately
  •  1,877
    Judith replied

    Hi There,

    Please try this css:

    .transparent .left-aligned-ocm .lines-button i:before, .transparent .left-aligned-ocm .lines-button i:after, .transparent .left-aligned-ocm .lines-button:after, #header-outer.transparent > #top nav ul .slide-out-widget-area-toggle a .lines, #header-outer.transparent > #top nav ul .slide-out-widget-area-toggle a .lines:before, #header-outer.transparent > #top nav ul .slide-out-widget-area-toggle a .lines:after, body.material #header-outer.transparent .slide-out-widget-area-toggle a .close-line, #header-outer.transparent > #top nav ul .slide-out-widget-area-toggle .lines-button:after {
        background-color: #000000!important;
    } #header-outer.transparent #top nav > ul > li > a, #header-outer.transparent #top nav > .sf-menu > li > a, #header-outer.transparent .slide-out-widget-area-toggle a i.label, #header-outer.transparent #top .span_9 > .slide-out-widget-area-toggle a.using-label .label, #header-outer.transparent #top nav ul #search-btn a .icon-salient-search, #header-outer.transparent #top nav ul #nectar-user-account a span, #header-outer.transparent #top nav > ul > li > a > .sf-sub-indicator i, #header-outer.transparent .cart-menu .cart-icon-wrap .icon-salient-cart, .ascend #boxed #header-outer.transparent .cart-menu .cart-icon-wrap .icon-salient-cart, #header-outer.transparent #top .sf-menu > li.nectar-regular-menu-item > a > .nectar-menu-icon, #header-outer.transparent .nectar-header-text-content, #header-outer.transparent .nectar-mobile-only.mobile-header li:not([class*="menu-item-btn-style"]) a {
        color: #000000!important;
    }

    Thanks.

  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #header-outer #top .left-aligned-ocm a.using-label.menu-push-out.open {
        filter: invert(1);
    }

    Thanks


    ThemeNectar Support Team 

  •  6
    aformat replied

    Thanks Tahir,

    worked perfect!