• Resolved JonathandenBreejen

    (@jonathandenbreejen)


    Hi, great theme, thanks for that!

    Could you tell me how I could remove the ‘related-posts images/links’on the single posts? or make them smaller ?

    Hope to hear from you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @jonathandenbreejen,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .related-posts-wrapper { display: none; }

    Let me know if that does it.

    — Anders

    Thread Starter JonathandenBreejen

    (@jonathandenbreejen)

    That worked great, and for the 2nd part of my question, is there also a simple way to make the size of the related posts wrapper smaller instead of removing it completly?

    Theme Author Anders Norén

    (@anlino)

    @jonathandenbreejen Sure, add the CSS below and adjust the value to your liking (default is 150%, which translates to 1.5X of the width):

    .related-posts .post-preview .preview-image:before { padding-bottom: 100%; }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Single post- how to remove related-posts images/links’ is closed to new replies.