Sometimes you may want to remove some shop references such as the SKU, product price, add to cart button and more. This can be done by adding some code to your website.
- Go to your Rocketspark Website Dashboard and click on the Get Found SEO on the left-hand side.
- Once in the Get Found SEO section scroll down to the Additional Tracking section
- Paste the code/s you want below into the “Custom <body> tracking code” textbox and click save.
Remove the product SKU
<style>
.shop_header, #product-details #product-sku{display:none;}
</style>
Remove the gap between heading and product details
<style>
#product-details .product-brand:empty{display:none;}
</style>
Remove the product price
<style>
#product-details .product-price{display:none}
</style>
Remove the “Add to cart” button
<style>
.shop .product-add-to-basket{display:none}
</style>
Please note these changes will only be visible when you are logged out of your dashboard.