Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #787306

    Currently my client wants to not show a featured image or the grayed out pencil on their home page section that shows two categories of blog posts, Events (announcements) and News. They want just a text title. However when I use the “Title Only” option, the featured image block still shows.

    I assume that if you have a snippet of code to hide this (and please do post if you do), it will work across the board. So I guess I am asking if there is a way to make it section specific. Currently they are not using Advanced editor to enter blog posts so they can have the full post on the blog pages.

    The site is BuildingGermantown.com.

    #787593

    Hey MichaelAlbany,

    Please try the following in Quick CSS to hide the image on that page only:

    .page-id-70 .slide-entry .slide-image {
      display:none !important;
    }

    Best regards,
    Rikard

    #788168

    That did not work.

    I am assuming that the “page-id-70” is site specific and not something I have to look up. If I do have to look it up, (amateur time), how do I do that?

    If it is the right page ID, then what is our next step?

    #788175

    Hi!

    page-id-70 is the unique ID assigned to the test page that you gave us. If you check the test page now, you’ll see that the featured images on that page are now hidden. 

    For the CSS to work on the home page (which is page-id-14), please use this instead:

    .page-id-14 .slide-entry .slide-image {
      display:none !important;
    }

    Best regards,
    Sarah

    #788362

    OK I am a fool at times. Thank you! This does exactly what I need.

    #788364

    No worries, sometimes the simple solutions are the easiest to miss! Happens to the best of us.

    We’re glad we could help. I’ll close this thread now, but if you need help with anything else, feel free to post them here on the forum and we will try to help you.

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/

    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/

    Thank you for using Enfold.

    Cheers!
    Sarah

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Featured Image on Blog Page/in Section’ is closed to new replies.