For some reason there is this little icon above my product title on every product page. Can someone please help me remove it?
Hey,
the store URL is https://exivonutrition.com/ and password is “jdienri84766”.
Hey @cvv
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code in the bottom of the file above </ body> tag
<style>
span._lably_item_ {
display: none !important;
}
</style>
RESULT:
If I managed to help you then a Like would be truly appreciated.
Best,
Moeed
Great, that helped. Do you also know how I can reduce the empty space between the images and the product title?
Hi could you share correct password,so that i can help you.
Sure, I updated the password: jdienri847668
If you go to your product listing page, on the right hand side, where it says vendor, delete Printify. Alternatively, some themes have “show product vendor” in the default product page of the theme editor.


