Removal of Next Article & Previous Article from Blog Posts

I am using the Warehouse theme (version 4.0.0)

I am looking at removing the ‘next article’ and ‘previous article’ buttons as they serve no purpose on my site.

Does anyone have a clear idea on how to do this?

Thanks in advance!

Hi @DevonMarine ,

Could you please share URL and your store password if it enabled? So that we can help you.
Thank you.

devonmarinewarehouse.com

Thank you! Its not password protected

@DevonMarine Can you show me the button you want to remove please? I went to your site but didn’t see it

Hello @DevonMarine ,

Can you send me article Url, which has Next Article & Previous Article.

Kind & Best regards,
GemPages Support Team

https://devonmarinewarehouse.com/blogs/lanoshield/rust-on-cars

Above is the correct link, apologies

Hi @DevonMarine ,

I’d like to suggest this idea:

Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/->theme.css paste below code at the bottom of the file:

.article__navigation {
    display: none !important;
}

Hope my answer will help you.

Best regards,

Victor | PageFly

Hello @DevonMarine ,

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team