December 22, 2019 at 9:47 pm
#1168626
Hi,
Sorry for the late reply, since you were using a custom stylesheet added to the Enfold theme then you will need to call this stylesheet with a function in your functions.php
I tried to add this function but your site gave an error that it must be added via FTP
function enqueue_tommybooking_styles(){
wp_enqueue_style( 'tommybooking', get_template_directory_uri() . '/css/tommybooking.css' );
}
add_action( 'wp_enqueue_scripts', 'enqueue_tommybooking_styles', 99 );
If you include FTP access we can add this for you.
But I recommend using a child theme, so your custom code will not be lost with future theme updates Read about it & Get it here
It is easy to use a child theme but there are a few steps you must do, as outlined in the link, if you prefer I would be happy to assist in setting this up for you.
Best regards,
Mike