Okay
  Public Ticket #643244
Search box Icon no more display
Closed

Comments

  • Patrick started the conversation

    Search box icon is replaced by a box, same with others icons ? Upload latest version and no changes

    Thanks for your help

  •  8,992
    Tahir replied

    Hey,

    Try opening your functions.php file and changing these items:

    wp_enqueue_style(\'font-awesome\');
    wp_register_style(\'font-awesome\', get_template_directory_uri() . \'/css/font-awesome.min.css\');
    to this:

    wp_enqueue_style(\'font-awesome-2\');
    wp_register_style(\'font-awesome-2\', get_template_directory_uri() . \'/css/font-awesome.min.css\');

    Cheers


    ThemeNectar Support Team 

  • Patrick replied

    Thanks for your reply but problem was due to domain URL change

    Problem is fixed you can claose the ticket