custom fields not displaying on wordpress site

Your theme needs to reference the custom fields from the backend, they aren’t included in

<?php the_content();?>

EG: If the custom field is a text field your theme will need something like:

<?php the_field('name_of_custom_field'); ?>

I’d suggest you look at the docs located here:
https://www.advancedcustomfields.com/resources/