Well if you have woo commerce installed and get shop text dotted in the middle of the page and want to remove it this is a quick fix ive used so the change stays in place after a upgrades. I inserted this text before into the css code of the template but when the upgrade came for the template it overwrite it so this is the fix so the css should not change after theme updates.
install this plugin https://wordpress.org/plugins/simple-custom-css/
add this text
.woocommerce-page .page-title { display: none; }
and update CSS and the finished results: