• Resolved jphackett

    (@jphackett)


    Hi Anders,

    I’m trying to keep my blog as minimalist as possible, and I would like to see if there is a way to remove the related posts photo placeholders?

    If possible, I would just like there to be a text link.

    Can you help, or is this too much hassle?

    Cheers

    JP

    The page I need help with: [log in to see the link]

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

    (@anlino)

    Hi @jphackett,

    You can achieve this by going to Appearance > Customize > Additional CSS (the menu labels might be different in your language) and enter the following code:

    .related-post.missing-thumbnail .related-post-image {
        display: none;
    }

    The Additional CSS field was added in 4.9, so make sure you’re running the latest version. Let me know how it goes.

    — Anders

    Thread Starter jphackett

    (@jphackett)

    Hi Anders,

    That worked perfectly, thanks for the assist.

    Cheers

    JP

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Turn Off Related Posts Photo Place Holders’ is closed to new replies.