• Please help me I tried everything so far without luck. I am trying to remove prev/next buttons from top of the page and leave it just at the bottom. I am using PageNavi plugin and when I inserted the code inside the my loop file it goes only to a top of the page. Also, I am trying to fit PageNavi inside the box on my page but it’s a little bit outside, I am not sure how to change that. the website is http://www.hostelpartyworld.com you will understand when you see it more. Thanks in advance.

Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter zarecom

    (@zarecom)

    But where do I insert that into CSS? I’ve looked through the entire CSS and can’t find it. Is it somewhere here?

    #nav-above, #nav-below { margin-bottom:1em; font-size:11px; height:20px;padding:5px 10px; /*background:#efe3d8;*/ background:#e9e9e8; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; border: 1px solid white; box-shadow: 0 0 2px rgba(0,0,0,.5); -moz-box-shadow: 0 0 2px rgba(0,0,0,.5); -webkit-box-shadow: 0 0 2px rgba(0,0,0,.5); }
    .nav-next, .nav-previous { font-weight:bold; /*padding:5px 10px; background:#603913; */}
    .nav-previous { float:left; }
    .nav-next { float:right; }

    I wish to add the numbers at the bottom. I will make a Child Theme now. Thank you soooooo much

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    In the Child Theme stylesheet, at the bottom of the file, add;

    #nav-above.navigation {
     display: none;
    }

    For the numbers to appear below the post, do you know which template file that page uses?

    Thread Starter zarecom

    (@zarecom)

    on the bottom it only says older posts but I want on the bottom to be what is on the top and top to be empty.

    Thread Starter zarecom

    (@zarecom)

    No idea. Where can I check that?

    [ Please do not bump, that’s not permitted here. ]

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I’m not sure where you can check that, but once you know, can you http://Pastebin.com the contents of that file and link us the Pastebin page?

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Remove prev/next buttons from top of the page’ is closed to new replies.