BuddyBoss Home – Web Support Forums Themes BuddyBoss theme How to disable the two external font file in the sub theme?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Question

    #32209
    @play

    How to disable the two external font file in the sub theme?

    Hello. Would you please tell me how to use the child theme’s functions.php file.
    Disable the theme-functions.php folder under the.
    Maxcdn.bootstrapcdn.com
    Fonts.googleapis.com
    References to these two external file?

    Answers

    #32210
    @play

    I don’t like google fonts
    and
    Maxcdn.bootstrap .

    I want to disable it

    #32224

    Alyssa
    Participant
    @alyssa-buddyboss

    @play simply add this to your custom.css file:

    wp_dequeue_style( 'fontawesome');
    wp_dequeue_style( 'googlefonts');

    NOTE this will break all icons in the theme.

    #32239
    @play

    @tjchester

    Add them to the child theme’s custom.css file.

    wp_dequeue_style( 'fontawesome');
    wp_dequeue_style( 'googlefonts');

    Do not have any reaction.
    Please look again. What’s up

    #32254

    Alyssa
    Participant
    @alyssa-buddyboss

    @play are you also using the plugins?

    #32315
    @play

    what?
    Disable all of your plugin I use this method is also not to take effect.

    #32316
    @play

    @tjchester
    what?
    Disable all of your plugin I use this method is also not to take effect.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The question ‘How to disable the two external font file in the sub theme?’ is closed to new replies.