Home › Forums › Support › change search icon This topic has 3 replies, 3 voices, and was last updated 4 years, 9 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts June 25, 2021 at 7:50 pm #1835342 Rohith How to change search icon and reply it with some other svg icon using functions June 25, 2021 at 8:41 pm #1835378 TomLead Developer Lead Developer Hi there, Try this: add_filter( 'generate_svg_icon_element', function( $output, $icon ) { if ( 'search' === $icon ) { $output = 'your SVG here'; } return $output; }, 10, 2 ); Hope this helps! June 25, 2021 at 9:18 pm #1835393 Rohith Can we able to change the svg search icon color to white? June 26, 2021 at 3:37 am #1835554 DavidStaff Customer Support Hi there, if you mean the Themes Navigation Search Icon then you can use this CSS: .main-navigation .menu-bar-item.search-item a { color: #ff0000; } Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In