Hide Featured image on all pages

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support Hide Featured image on all pages

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #26262
    WouterPost1986
    Participant

    Hello,

    What’ss de CSS code that i can use to add to custom CCS, So i can hide Featured image @ top of all my pages?

    Thanks!

    #26263
    WouterPost1986
    Participant

    p.s. i tried Pluging: ‘hide feature image’ this doesn’t work with the latest version of WP…

    #26276
    Veena
    Moderator

    Pls try the below custom CSS in themeoptions –

    .single img.featured {
        display: none;
    }
    
    #26277
    WouterPost1986
    Participant
    This reply has been marked as private.
    #26289
    Veena
    Moderator

    Not able to access your site, getting “Error establishing a database connection” .
    Pls check.

    #26300
    WouterPost1986
    Participant

    Site is working again!

    #26315
    Veena
    Moderator

    I didn’t understand the query correct .
    If you don’t want featured image in pages then why you are adding it ?

    #26316
    WouterPost1986
    Participant

    Otherwise the post grid with pages @ the homepage doesn’t have images…

    #26331
    Veena
    Moderator

    Ok.. so which featured image you want to hide exactly?

    eg page : http://128promotie.nl/portfolio/de-grote-verbouwing/
    http://128promotie.nl/beleving/

    We are not using any featured image in composite pages, we are adding featured images in posts, portfolio, gallery etc.
    Not sure exactly which image you are pointing to , a screenshot of the same wil help.

    Thanks.

    #26340
    WouterPost1986
    Participant

    See screenshot, i only have this problem with pages..

    posts, portfolio etc. works fine!

    #26341
    WouterPost1986
    Participant

    Now without error i hope

    #26342
    WouterPost1986
    Participant

    this issue drives me crazy 🙁

    #26343
    WouterPost1986
    Participant
    #26346
    Veena
    Moderator

    Pls use the below custom CSS and check –

    .page-id-13026 .page img.featured.thumbnail {
        display: none;
    }
    

    Unable to upload attachment files anymore due to permission issues. Will address this issue ASAP.

    #26351
    WouterPost1986
    Participant

    Thnx Phoenix,

    I add the custom CSS, also managed to find the other page id’s and set thouse aswell.

    Thnx for helping!! Happy days 🙂

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Hide Featured image on all pages’ is closed to new replies.