Skip to content

Instantly share code, notes, and snippets.

@thanh4890
Created March 21, 2014 10:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thanh4890/9683481 to your computer and use it in GitHub Desktop.
Save thanh4890/9683481 to your computer and use it in GitHub Desktop.
For example: to change icon of service intro widget, inside widget method of Kopa_Widget_Services_Intro class, find the line:
echo $before_title . '<span data-icon="&#xe278;"></span>' . $title . $after_title;
Change icon to home:
echo $before_title . '<span data-icon="&#xe010;"></span>' . $title . $after_title;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment