Okay
  Public Ticket #2895717
Change Icon Colours
Closed

Comments

  • Carissa_6 started the conversation

    Hi, please can you tell me know i can change the colour of the Search & Cart Icon in the header to white (on desktop & mobile) as we changed the entire theme to dark grey. 


    Thanks!

  • [deleted] replied

    Hi Carissa,

    Please add the code below to your Custom CSS area:

    header.mobile-menu .mobile-logo .mobile-toggles .toggle-menu svg, header.site-header .header-widgets .cart-counter svg, header.site-header .header-widgets .search-form .search-btn svg {
        fill: #fff;
    }
    header.mobile-menu .mobile-logo>.cart-info .cart-counter .cart-icon svg {
        fill: #fff;
    }
    header.mobile-menu .search-site .mobile-search-button svg {
        fill: #fff;
    }

    Have a nice day!