Okay
  Public Ticket #2892328
icons shop finder and user color
Closed

Comments

  •  2
    Luis started the conversation

    how to change de color of the icons in menu


  •  1,882
    Judith replied

    Hi Luis,

    Thanks for contacting us.

    Please try this css:

    #top nav ul #nectar-user-account a span, #top nav ul #search-btn a span {
        color: red !important;
    } #top nav ul #nectar-user-account a span, #top nav ul #search-btn a span, #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
        color: #f31111;
    }

    Thanks.

  •  2
    Luis replied

    to make this work need to download salient child?

  •  2,967
    Andrew replied

    Hi Luis

    Add this into the Custom CSS box located in your Salient Options panel  > General Settings > CSS/ Script related.

    6758503718.png

    (All custom css provided is tested in the Live Browser so it will work as intended. If you can't see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    Regards,

  •  2
    Luis replied

    Thanks you very much, that work pretty well, but one last question this changes didn't apply to mobile can you please help me with this. 


    Thanks

  •  8,860
    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):

    @media only screen and (min-width: 1px) and (max-width: 999px) {
        #top #mobile-cart-link i, .mobile-search .icon-salient-search, .mobile-user-account .icon-salient-m-user,.material .mobile-search .icon-salient-search, .material .mobile-user-account .icon-salient-m-user {
            color: #f00 !important;
        }
        .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before, .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after, .slide-out-widget-area-toggle.mobile-icon .lines-button:after {
            background-color: #f00 !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Luis replied

    You are the best thanks.