• Resolved pierre1688

    (@pierre1688)


    Hi,
    As this subject, is there any method to remove the font via child theme?
    Please help!
    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • @pierre1688

    You can add the below code to function.php of child theme and check?

    add_action( 'wp_enqueue_scripts', 'colormag_child_dequeue_fontawesome', 11 );
    function colormag_child_dequeue_fontawesome() {
        wp_dequeue_style( 'colormag-fontawesome' );
     
    }

    Thanks.

    Thread Starter pierre1688

    (@pierre1688)

    Hi,
    It can work properly. And another thing, I also would like to remove arrow icon of menu. Please help again!
    Thanks for your help in advance!

    Thread Starter pierre1688

    (@pierre1688)

    Hi,
    Sorry for any inconvenience! I have a soulution on it.
    This issue can be solved already.
    Thanks again!

    @pierre1688

    Glad to hear that your issue has been resolved. Do let us know if you have any further queries regarding the theme.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘How to remove [fontawesome-webfont.woff2?v=4.7.0] from theme?’ is closed to new replies.