• Resolved xxxhoop

    (@xxxhoop)


    How do i get rid of featured images on the homepage. I do not want featured images on the homepage. I tired using this code

    .home .entry-featured {
    display:none;
    }

    it odes not work….please help..love the theme, but i do not want the featured images on the home page.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi XXXhoop,
    how are you doing?
    Would it be possible to give us URL of your website?
    I`ll take a look what we can do
    Thanks a lot
    Cheers
    TR

    Theme Author ThemeZee

    (@themezee)

    Hi there,

    Thanks for using Poseidon.

    The theme has extra options to hide featured images on archive pages. You can find them on Appearance > Customize > Theme Options > General Settings.

    You can also use this CSS code to hide the featured images on the home page only:

    .home .type-post .wp-post-image {
       display: none;
    }

    Cheers,
    Thomas

    Thread Starter xxxhoop

    (@xxxhoop)

    where do i place the

    .home .type-post .wp-post-image {
    display: none;
    }

    You don’t offer a css customization slot on your theme and i tried your css editor section and the homepage section and nothing changed. So please direct me to the proper area that i need to insert the code. And again it’s the theme i have been looking for so please make this happen.

    The site is https://linepitchnews.com

    Thread Starter xxxhoop

    (@xxxhoop)

    please help with the query above…thanks

    Thread Starter xxxhoop

    (@xxxhoop)

    resolved

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘No Featured Images On Home Page’ is closed to new replies.