• Closed
  • Graham Newell
    Spectator
    March 7, 2015 at 6:43 am #15193

    Is there a way to remove the post category from a post page and can I change the next/previous post link to only include post from a single category?

    Is there any control on the style and position of this next/previous post control, I would like to add an image and move it higher up the page.

    Thanks

    Roman
    Spectator
    Posts: 3147
    March 7, 2015 at 8:03 pm #15224

    you can insert this in the Theme Options -> Custom CSS:

    .single .entry-categories {display:none;}

    to modify the other things I would recommend to hire a developer, as it’s a customization of the theme’s code

    Graham Newell
    Spectator
    Posts: 104
    March 8, 2015 at 8:01 am #15229

    Hi Roman and thanks for your patient support.

    What about removing the next/previous post thing totally, then I can add it to the page as HTML.

    Thanks.

    Roman
    Spectator
    Posts: 3147
    March 8, 2015 at 12:37 pm #15231

    Custom CSS:

    .single-page-navigation {display:none;}