Remove previous/next articles in blog articles

Solved

Remove previous/next articles in blog articles

ellisbosisio
Excursionist
31 0 0

Hi,

my site is www.vaigustando.it with password vaigustando123

I need to remove the previous / next article in blogs article pages:

https://vaigustando.it/blogs/i-produttori-di-vaigustando/copia-pat-del-colmel-il-frutto-della-passio...

 

How to remove that? Thank you in advance for supporting me. best

 

Screenshot 2023-04-17 alle 10.00.10.png

Accepted Solution (1)

Moeed
Shopify Partner
7156 1936 2359

This is an accepted solution.

Hey @ellisbosisio 

Follow these steps:

 

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body>

 

<style>
.site-pagination {
    display: none !important;
}
</style>

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Reply 1 (1)

Moeed
Shopify Partner
7156 1936 2359

This is an accepted solution.

Hey @ellisbosisio 

Follow these steps:

 

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body>

 

<style>
.site-pagination {
    display: none !important;
}
</style>

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications