How to remove "Bought this product" from product page

Hello all.

I am trying to remove the message “Compraram este produto” (“Bought this product” in English) from the product page without success.
Could someone give me a hand?

URL: www.ibarganha.com

Password: ibarganha_123

@Brunossa You need to add this code in the theme files. For which you need to go to Online Store > Actions (Active theme) > Edit Code > Assets, under assets add the code at the bottom of theme.css file.

.stock-plenty{
display:none;
}
1 Like

Hi @Brunossa .

This is PageFly - Advanced Page Builder.

You can go to Online store => themes => actions => edit code and add this code on file theme.css

.stock-plenty{
  display: none;
}

Hope this helps.

Best Regards;

Pagefly

1 Like