• 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

    (@aymanalzarrad)

    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.