Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #223119

    How can I remove the featured images from “latest news” blog posts only on homepage?

    You can this section now on my website: burkebond.noogalabs.com at the very bottom.
    I would like it to look like this instead: http://i.imgur.com/Jv2fnwy.png

    I tried doing some display: none; changes to css but none were working for me.

    Thanks!
    Claire

    #223242

    Hey Claire!

    Try adding this code to the Quick CSS:

    .home .avia-content-slider .wp-post-image {
        display: none !important;
    }

    Cheers! 
    Josue

    #657719

    And how can I remove the featured images from “latest news” blog posts in the widget?
    I try this, but it does’nt work:

    .news_thumb {
    display:none !important;
    }
    #657753

    Hi,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    #657859

    I mean the thumbs below in the right sidebar. We have rarely featured images. It would be better still if only one thumb appears when a featured image is present, no “phantom” thumb ;-). The link you find in the private content.
    I hope my remarks are to be understood. I use the Google translator, because my English is bad. My mother tongue is German.

    #658173

    Hey!

    Try adding this code to the Quick CSS:

    span.news-thumb.no-news-thumb {
        display: none;
    }

    Cheers! 
    Josue

    #658871

    So the “phantom”-thumb is disappeared:
    .span.no-news-thumb {
    display: none;
    }

    Along with this code are then all thumbs disappeared:
    span.news-thumb {
    display: none;
    }

    The span-tag was the solution. Thanks for your help.

    #658916

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.