• Closed
  • Graham Newell
    Spectator
    07.03.2015 at 06:43 #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
    07.03.2015 at 20:03 #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
    08.03.2015 at 08:01 #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
    08.03.2015 at 12:37 #15231

    Custom CSS:

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