Remove navigation links at the bottom of posts - Shapely Theme

Hi,

Does anyone know custom CSS to remove the navigation links at the bottom of posts for the Shapely theme? I tried using some code that worked for other themes, but nothing has worked so far.

Thanks.

Hi there,

Could you try this CSS:

body.single.single-post .shapely-next-prev{
    display:none;
}

Add it to appearance \ customize - additional CSS.
That should remove the next and previous links to posts on the main post page.

Hope this helps.

Thank you it worked!

Hi, there

I will now close the topic and mark it as resolved. Feel free to contact us again Thanks!