Before you ask please READ THIS

Featured Image

edited April 2013 in Hypershot Posts: 58
Hi Air,

is it possible to show the featured image only on the blog main page and not inside the blogpost?

Would be wonderful. In some older theme I used, I could choose see/not see in the them options...


Thanks and regards,

Marcus

Edit: Forget it. What I want would not work.


Post edited by Mgatzke on

Comments

  • AirAir
    Posts: 10,970
    Hello,

    Yes we added such options in our new theme - we are still learning ;-)
    To turn off featured media in posts use this css:
    body.single-post .post-media{
    display: none;
    }
    With regards.
  • edited April 2013 Posts: 40
    Hi guys,

    how would the css be, if I'd wanted it vice versa?
    So, no picture in list BUT in the post itself?

    Thanks in advance!
    Max

    P.S.: Ok, figured it out :)
    body.blog .post-media{
    display: none;
    }
    Post edited by macmacs on
  • AirAir
    Posts: 10,970
    Hi macmacs:-)

    It would be like this:
    body.archive .post-media,
    body.home .post-media,
    body.search .post-media{
    display: none;
    }
    With regards.
  • Posts: 40
    Ahh, ok!
    As always, a much more sophisticated solution :)
    Thanks!
  • Posts: 27

    Please tell detaily. How to use these css?

    how to see like this.jpg
    290 x 524 - 26K
    how to add image.png
    867 x 183 - 10K
  • AirAir
    Posts: 10,970
  • edited May 2013 Posts: 27
    I installed child theme and added your css code in screenshoot below.
    Nothing changed.
    And also in custom css didnt worked.
    (also i dont know how to turn off featured media in posts)
    I make someting less than needed...
    please help detaily
    Screenshot (37).png
    772 x 413 - 23K
    Screenshot (38).png
    457 x 373 - 18K
    Post edited by semih on
  • Posts: 27
    i did it.
    Thanks
  • AirAir
    Posts: 10,970
    Great! Could you explain what were wrong, that it didn't work in first place?

    With regards.
  • Posts: 27
    I had intention how to add images and i realized right side thumbnail adding menu for that purpose. I am just learning:)
    Also your css codes above working nice.
    Thanks
  • AirAir
    Posts: 10,970
    Got it, thanks for explanation!

    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!