• Resolved fabienlege

    (@fabienlege)


    I’ve installed this extension for try to solve some problems I have with elementor pro but it seam missing what I searching for…

    I want to use my own svg icon for my search toggle and woo menu cart but it seam it’s not possible to change built-in icon for this widget ?

    There is an “hidden” way to do that ? if not, are this parameters available soon ?

    thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nicolas Lecocq

    (@olympuswp)

    Hello, right now it is not possible but I can try to make some changes in a future release to make it possible.

    I add it on the to do list and see if it will be possible ??

    Plugin Author Nicolas Lecocq

    (@olympuswp)

    Hello @fabienlege, I’m glad to say that I’ve added a filter for the cart and search icons of the Menu widget so you will be able to easily change them via a child theme ??
    If you don’t know how to do it, here is a code example (it will work after the next update):

    function my_custom_search_icon() {
        $svg = 'YOUR_CUSTOM_ICON';
    
        return $svg;
    }
    add_filter( 'zeus_elementor_menu_search_icon', 'my_custom_search_icon' );
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Icon customisation for search and cart widget’ is closed to new replies.