May 18, 2015 at 4:55 am
#24977
Theme Horse Support Team
Keymaster
Hi Huang,
This feature is not available in our theme. To disable the google font
ex:- for ultimate pro
Go to the theme folder-> inc-> functions-> functions.php on line no 67 remove this code
wp_enqueue_style( 'ultimate_google_font' ); with
// wp_enqueue_style( 'ultimate_google_font' );
Do this for other theme also. If you have bought bundle then for attitude-pro and clean-retina pro theme the file is inside
theme folder-> library-> functions-> functions.php
Create a child theme and then only customize the code. So that your customized data will not be lost while updating to our new version. If are unable to create a child theme and fix the problem then you need to do each and every time the same thing just now you have done in your theme.
Thank you!