featured image

Support Area Forums Elite featured image

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #16290
    Nina Heinz
    Participant

    Hi Bill,

    it’s me again… I have a problem with the featured image of my post. Does the theme/ wordpress always display a copy of the featured image before the post title? I want the picture to be displayed only in the post. I chose a featured image since I want the image to be displayed in the “post content” widget on my homepage….
    Do you have any suggestion for my on how to do it?

    Thank you!

    #16294
    Bill Robbins
    Moderator

    Hello Nina,

    You can hide them in the traditional blog section and still have them visible on your home page. Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      img.feature {
           display: none;
      }
      
    3. Update your settings.

    See if that doesn't take care of things for you.

    Have a great day,
    Bill

    #16295
    Nina Heinz
    Participant

    the code worked wonderfully 🙂 Thank you so much for your super fast help!!

    #16296
    Bill Robbins
    Moderator

    Fantastic. If you need anything else, just let me know.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘featured image’ is closed to new replies.