Site logo

Archived topic

icons in nav bar

1 reply · Started by Mike on June 14, 2019

Viewing posts 1–2 of 2

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

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;
}
This archived topic is closed to new replies.