Viewing 1 replies (of 1 total)
  • Plugin Contributor Florian Simeth

    (@floriansimeth)

    Hey there,
    in version 2.3.0 you’ll be able to do the following:

    add_filter( 'gaoop_info_icon_html', '__return_empty_string' );

    anywhere in your functions.php or a plugin to remove the info icon. Instead of __return_empty_string you can use your own function and replace the icon with your own HTML code.

    Cheers

Viewing 1 replies (of 1 total)
  • The topic ‘option to remove the icon image’ is closed to new replies.