[Support request] icons in nav bar

Home Forums Support [Support request] icons in nav bar

Home Forums Support icons in nav bar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #929960
    Mike

    what would I need to do to change the icon color for the menu hamburger and the search icon???

    https://cardioforseniors.com

    Thanks
    Mike Mahaffey

    #929976
    David
    Staff
    Customer Support

    Hi there,

    would require a little CSS, here is for each icon and their hover colors as well:

    /* Search icon */
    .main-navigation .main-nav ul li.search-item a {
        color: #000000;
    }
    .main-navigation .main-nav ul li.search-item:hover a {
        color: #333333;
    }
    
    /* Menu Toggle */
    button.menu-toggle {
        color: #000000;
    }
    button.menu-toggle:hover {
        color: #333333;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.