Remove next and previous product on product page with code

Hi all!

I am working on a ecommerce webshop. I bought a theme online and started customizing it.

I changed everything at this point. Only I still need to remove the next and previous buttons from my product page. I have looked everywhere in the code and really can’t find where this should be.

The theme: Morata

Below I have added screenshots of exactly what I want to remove:

It is on all product pages.

I was wondering if anyone here might know a solution?

Link: https://fielpower.com/ - password: gowsun

Hello @FP6

your site is password protected.

Password: gowsun

I am sorry: password = gowsun

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.alo-prev-next-products .product-pagiation_item .pagiation_image { display: none !important; }

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

1 Like

Hello Tech_Coding,

Thank you very much for your very fast and quick response. This worked awesome!

Thanks!

1 Like

You’re very welcome! :heart_eyes: I’m delighted that the solution was helpful. Feel free to reach out if you need any further assistance in the future.