• Resolved majapiraja

    (@majapiraja)


    Hi,

    Is it possible to tweak this theme so that featured images are no longer visible on the front page? I love the post cover option, but personally I don’t like the way it looks when the cover image appears on the front page.

    Thank you for a wonderful theme!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey there,

    Please post a link to your site. Thanks!

    Thread Starter majapiraja

    (@majapiraja)

    Sure! It is https://majahuse.com and I used a post cover image on the latest blog post.

    Theme Author Raam Dev

    (@raamdev)

    @majapiraja Glad you’re enjoying the theme. ?? You can add the following CSS to a Child Theme or if you’re using Jetpack with the Edit CSS module enabled, you can add this to Appearance → Edit CSS:

    .blog .entry-content .wp-post-image,
    .archive .entry-content .wp-post-image {
         display: none;
    }
    Thread Starter majapiraja

    (@majapiraja)

    I pasted it into style.css and that seems to have worked. Thanks!

    Hey there,

    Just a heads up:- It’s not recommended to make modifications to theme’s main files, including stylesheet as they will be overwritten every time the theme is updated.As Raam already suggested, you should be using a child theme or a custom CSS plugin. Thanks!

    Thread Starter majapiraja

    (@majapiraja)

    Thank you, I wasn’t aware of that. Will take your advice ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove featured image from front page’ is closed to new replies.