Hi there!
May I ask if I can hide the product directory showing at the top?
“Home / UV Sterilizer / UV 360 | Edelorn? 360° Rotating UV Sanitizer”
This is definitely possible. We have a handy document that walks you through You can remove the breadcrumbs at the top of the page by following this document:
https://docs.woocommerce.com/document/customise-the-woocommerce-breadcrumb/
Also hiding SKU and catagory showing below the Paypal button:
“SKU: R0-UNRI-9Y89 CATEGORY: UV Sterilizer”
There are a few ways to do this. With PHP, you can remove the information from loading at all, but this does require a functionality plugin if you want to ensure that the change is not overwritten when you update your theme. With CSS, this only hides the information from the customer. We recommend Appearance > Customizer > Edit CSS, again to ensure that the change isn’t overwritten.
In either case, there are some great tutorials to get you started:
– https://www.skyverge.com/blog/how-to-hide-sku-woocommerce-product-pages/ (PHP)
– https://www.businessbloomer.com/woocommerce-hide-sku-front-end/ (PHP)
– https://theme.co/archive/forums/topic/how-to-remove-sku-and-categories-from-a-single-product-page/ (CSS)