Hi,
I am using full width search and would like to customize the popular categories shown.
In this file : wp-content/plugins/et-core-plugin/app/models/customizer/templates/header/parts/search.php
I see the call to the shorcode do_shortcode(‘[product_categories columns="6" limit="6"]‘);
How I can customize the categories called like that for example [product_categories ids="1,2,3,4,5,6" columns="6" limit="6"]‘); without modifying the core/native plugin ?
Is there a way to do it ? override plugin ?
Regards,