Post previews bottom right and left

When I go from post to post a small preview of last and next post appears bottom right and left:

1. How can I delete the publishing date that is shown below the post titel when hovering over the previews?

2. Any way to managed settings of this previews?

3. How could I turn off the previews?

Link: http://www.meyouandtheworld.com/auf-weltreise/

Hope to hearing of you soon!

Comments

  • Hi,

    1. This date can be removed with custom css only:
    .fixed-nav-prev .desc .date { display: none !important; }
    2. No, we do not have any.

    3. This navigation can be disabled under Theme options > Blog, Portfolio & Shop > General section.
  • This CSS only works for left bottom. On the right the date is still displayed.
    Can you please extend the CSS for right preview?!
  • And can you tell me in which theme file(s) I can find the source of this "add-on"
  • Sorry, you're right. The right css would be:
    .fixed-nav .desc .date { display: none !important; }
    In reference to 2nd question, for single post page is responsible includes/content-post.php file.
Sign In or Register to comment.