hi again Kenneth
I am using the marketpress plugin to generate the store and it is the 3rd one i’ve tried and is looking the best so far which is why i am trouble shooting so much ….
I made that part of the Archive header disappear from the post category pages by removing “Category Archive:” from this line in the category.php file and copying it to my child theme folder – but it is not changing my product category pages that still show the “Category Archive: in the heading – I would rather not remove the top heading altogether but if I can’t find a simple fix I may do that:
printf( __( ‘ Category Archive: <span>%s</span>’, ‘graphene’ ), single_cat_title( ”, false ) );
I tried the information in the reference link you mention and it does not work for me…
thanks for all your efforts Kenneth!