SEO: change html tag for title in category vc element
-
Hi,
I need to change the h3 tag of the title in the category element of wp bakery.
Hello,
You can change the tag in woodmart/woocommerce/content-product_cat.php
Best Regards
Thank you! Is it possible to overwrite the tag without losing it with the next theme update?
Hello,
Save this file as a backup and upload it after update via FTP.
Best Regards
Is it possible to put the file into the child theme? If yes, how?
Hello,
If you overwrite the file from the parent theme, you make the backup and upload it into the parent theme in the folder where it was before. It is just a guarantee to save all your customizations.
If you have any questions feel free to contact.
Best Regards
Thank you, but that was not my question. The question is: How to put the file into the child theme to avoid making these custom modification again and again.
Sorry for the misunderstanding. So if you want to customize the file woodmart/woocommerce/content-product_cat.php
you just need to copy it to the same location in the child theme woodmart-child/woocommerce/content-product_cat.php
and edit it. You will not lose your customization after the parent theme update.
Thank you! I just need to learn more about the override architecture in wordpress.