Hi again, demodd
Thanks for your feeback.
Please add this Custom Code on yolo-rubino/woocommerce/archive-product.php
<header class="woocommerce-products-header">
<?php if ( apply_filters( 'woocommerce_show_page_title', true ) ) : ?>
<h1 class="woocommerce-products-header__title page-title"><?php woocommerce_page_title(); ?></h1>
<?php endif; ?>
<?php
/**
* woocommerce_archive_description hook.
*
* @hooked woocommerce_taxonomy_archive_description - 10
* @hooked woocommerce_product_archive_description - 10
*/
do_action( 'woocommerce_archive_description' );
?>
</header>
Note: You can use the Child-Theme to add this Custome Code> it will help you don't loose this code when you update theme.
- If you don't use ChildTheme, don't forget to backup Custom Code before updating.
Best Regards,
YoloTheme