• michellebombetminch

    (@michellebombetminch)


    hi – ive inherited a web site that uses the Sela theme.
    I need to turn off the Post Navigation –
    is there a way to do this from within Theme Settings without editing the code?
    thanks!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator James Huff

    (@macmanx)

    No, currently the theme doesn’t have a built-in option for that.

    Thread Starter michellebombetminch

    (@michellebombetminch)

    Are you able to help me modify code to turn it off?

    Gary Barrett

    (@gary-barrett)

    Hi there,

    The post navigation can be hidden by adding the CSS below to the site in Appearance > Customize > Additional CSS:

    .post-navigation {
        display: none;
    }
    Thread Starter michellebombetminch

    (@michellebombetminch)

    Thanks – does it matter where in the Code I add it? Or can I just copy/paste at the top?
    Michelle

    Gary Barrett

    (@gary-barrett)

    The CSS can be placed at the bottom of the field/box.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Turn off post navigation’ is closed to new replies.