Hi,
Kindly follow the steps given below to remove “fa-quote-left” icon in Testimonial-slider
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.
.testimonial_desc i.fas.fa-quote-left {
display: none;
}
Kindly follow the steps given below to add js file in the theme
Go to theme folder find functions.php file, add file URL in below code and add below code in other js files called in functions.php file
wp_enqueue_script( ‘vw-automobile-pro-gtag’, get_template_directory_uri() . ‘/assets/js/gtag.js’);
Many Thanks