Title: Remove arrows from single post
Last modified: August 21, 2016

---

# Remove arrows from single post

 *  [mocherz](https://wordpress.org/support/users/mocherz/)
 * (@mocherz)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/remove-arrows-from-single-post/)
 * Hi I want to start by first off mentioning how great a theme this is!! I have
   a simple question that might have a simple answer, but wanted to ask it anyway.
 * I have my menu organized with categories and wanted to know if I can remove the
   arrows from a single post, without affectign the others. I know I can make a 
   page that does that but wanted to check if it’s possible with posts.
 * Thanks for the help!

Viewing 1 replies (of 1 total)

 *  [Ayman](https://wordpress.org/support/users/aymanalzarrad/)
 * (@aymanalzarrad)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/remove-arrows-from-single-post/#post-3748669)
 * Try something like this:
 *     ```
       body.single-post .postid-xxx #nav-below{
           display:none;
       }
       ```
   
 * Where `xxx` is the ID of the targeted post

Viewing 1 replies (of 1 total)

The topic ‘Remove arrows from single post’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/spun/2.0.2/screenshot.png)
 * Spun
 * [Support Threads](https://wordpress.org/support/theme/spun/)
 * [Active Topics](https://wordpress.org/support/theme/spun/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/spun/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/spun/reviews/)

## Tags

 * [arrows](https://wordpress.org/support/topic-tag/arrows/)
 * [page](https://wordpress.org/support/topic-tag/page/)
 * [post](https://wordpress.org/support/topic-tag/post/)
 * [remove](https://wordpress.org/support/topic-tag/remove/)

 * 1 reply
 * 2 participants
 * Last reply from: [Ayman](https://wordpress.org/support/users/aymanalzarrad/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/remove-arrows-from-single-post/#post-3748669)
 * Status: not resolved