Hello @murnialay,
That should be possible with a template override. It’s where you copy a template file from the WooCommerce plugin folder to your wp-content/themes/your-child-theme/woocommerce/
directory and make edits there.
We have documentation to help with how to set up an override.
https://woocommerce.com/document/template-structure/
You’ll want to override the content-single-product.php
file.
https://github.com/woocommerce/woocommerce/blob/master/templates/content-single-product.php
If coding that up isn’t something you feel comfortable with, we’d recommend hiring a developer or one of the customization experts listed at:
https://woocommerce.com/customizations/
I hope that gets you pointed in the right direction.