D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Searchlight – How to hide featured images from all Archive and Category posts

Front Page D5 Creation Forum General Questions Searchlight – How to hide featured images from all Archive and Category posts

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #9532
    Delonix71
    Participant

    Hi; I’m currently using the Searchlight – Extend theme on my site. Could I check how I could hide featured images from all Archive, Category and single posts?

    i.e. Featured images should only display on the front page.

    Thanks!

    #9533
    D5 Creation
    Keymaster

    You can do such these styling following This Tutorial.

    Suppose you can use the following code in the WP-Admin > Appearance > Searchlight Options > General Options > Custom Code within Head Area Box

    <style>.post-container .fpthumb { display: none; }</style>

    #9534
    Delonix71
    Participant

    Hey there. Thanks for the reply. I’ve tried adding that code segment into the Custom Code within Head Area box, but that didn’t change anything (i.e. Featured Images are still showing up across – single posts, archive, and category posts).

    #9535
    D5 Creation
    Keymaster

    We are sorry, there was a missing dot in the class name .post-container
    Please replace the code with the following

    <style>.post-container .fpthumb { display: none; }</style>

    #9536
    Delonix71
    Participant

    Thanks! That worked perfectly.:)

    #9537
    D5 Creation
    Keymaster

    🙂

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