Remove sidebar from numeric pagination

Hi, Movin

Is it possible to remove the sidebar numeric pagination?

Hi @vicente,

Thank you for your question.

Could you please share me the page URL from your site where you want to remove it so that i can help you to achieve it?

Kind Regards,
Movin

Hi Movin,

Thanks for your quick reply!

http://www.umsabadoespecial.com/page/2/ Page 2 onwards

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS


.blog.paged div#secondary {
    display: none;
}

Perfect!

Thank you, Movin!

You are most welcome here :slight_smile: