Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1245312
    cthurston2131
    Participant

    Hoping someone can help with this. On my site RaceChaserOnline.com I would like to move the location of the page number that shows at the bottom of the longer articles. Example (http://racechaseronline.com/nascar/camping-world-trucks/ncwts-sauter-two-steps-texas-truck-win-late-race-rally/) I would like it to show above the Share store and related posts and hopefully make it a little bigger if possible. Thank you in advance.

    #1245643
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To move the page number in your post, please add the following JS code in the customizer, Appearance > Customize > Custom > Javascript

    (function($){
      $('.single-post .page-links').insertBefore( $('.ssba.ssba-wrap') );
    })(jQuery);

    And to make it a little bigger, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .page-links {
        font-size: 20px;
    }

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1245312 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>