Remove Pagination, "Do you like it" and Scroll Issue

Hello,

i would like to remove the marked parts (1+2) on my blog page. Point 3: How can I shorten this? There are too many page links, can't I hide the last 20? Can you help me?


Another problem: After i searched something on my website with Ctrl+F, scrolling is not possible anymore.


Thanks!

Comments

  • Forgot the screenshot:

    image
  • Hi,

    to remove 1 and 2, please use below css:
    .image_frame .image_wrapper .image_links { display: none; }
    .post-footer { display: none; }
    But to shorten pagination, please go to Theme options > Getting started > General section and turn off "All pages in pagination" button.

    In accordance to your CTRL+F we have no idea what happened because this is not related with theme but with your browser.
  • Hi there,

    thanks for helping.

    I changed my mind and want a "Read more" button under each post excerpt on my blog page. I know I asked for removing the whole element ("do you like it" etc), but is it possible, just to remove the "do you like it"?


  • Yes, it is possible. Instead of:
    .post-footer { display: none; }
    please use below css:
    .post-footer .button-love { display: none; }
Sign In or Register to comment.