Hi, if thats not possible, I made custom pages I would use as a category x,y pages. Is it possible to change links in "shop-by-category" in menu v.1 so it redirect to my custom page instead of certain default category page? I tried to find such setting in css files, all I found was:
if (!function_exists('hypermarket_shop_by_category'))
{
function hypermarket_shop_by_category($args)
{
if (hypermarket_is_woocommerce_activated()):
get_template_part('template-parts/woocommerce/hypermarket-shop-by-category');
endif;
}
}
but i didnt even find such file as hypermarket-shop-by-category.php
Can you tell me if its possible to change it somehow please?
Thank you