Solution

In your theme’s functions.php file, add the following.

add_action( 'init', 'my_init' );

function my_init() {
    wp_dequeue_style( 'testimonials-widget' );
}<p />

Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.



Related issues