How can I remove the logo footer from my product pages?

Hi to everyone,

I need to delete this section that appears in every product or collection page and i’ve tried to delete or hide the section but i don´t know how

https://mercadojardin.cl/products/parrilla-char-broil-tru-infrared-signature-2q

1 Like

Hi, @mercadojardin

You can try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> styles.scss ->paste the below code at the bottom of the file.
#shopify-section-bottom-partner{
	display:none !important;
}
1 Like

you’re amazing, thank you so much :raising_hands: