Forums
Home / Plugin: Timeline Express / Remove Font Awesome
(@kierancalv)
3 years, 7 months ago
I need to stop font awesome loading from loading with Timeline Express but there is no filter or option.
Can you advise please?
I cannot simply dequeue it as the main CSS is dependant on font-awesome:
wp_enqueue_style( $this->css_base, TIMELINE_EXPRESS_URL . "lib/public/css/timeline-express{$legacy}{$rtl}{$suffix}.css", array( 'font-awesome' ), TIMELINE_EXPRESS_VERSION_CURRENT, 'all' );