Title: Featured Post Without Pic / Image
Last modified: September 1, 2016

---

# Featured Post Without Pic / Image

 *  Resolved [bebibu](https://wordpress.org/support/users/bebibu/)
 * (@bebibu)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/featured-post-without-pic-image/)
 * Dear All,
 * Is it possible to have Featured Post in Front Page / Home Page but, without image?
 * This is what i try to my blog :
 * 1. I try to set post (2 posts) without featured post.
    2. Setting “Featured Post
   Count” : 2 Posts.
 * And the result is blank. Any suggestion?
 * Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/featured-post-without-pic-image/#post-7694319)
 * Hi bebibu. You can set the options to display the Featured Posts, then hide the
   images using this custom CSS:
 *     ```
       .home #flexslider-featured .post-thumbnail {
           display: none;
       }
       ```
   
 *  Thread Starter [bebibu](https://wordpress.org/support/users/bebibu/)
 * (@bebibu)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/featured-post-without-pic-image/#post-7694353)
 * Hi bdbrown,
 * Thank you for your answer and its work. But there is 1 problem more.
 * FYI, at my index page, above “Featured Post” i have search bar and i think its
   have conflict with featured image. This is the detail, yeah your great answer
   🙂 >>>> [https://wordpress.org/support/topic/search-bar-in-indexphp?replies=6](https://wordpress.org/support/topic/search-bar-in-indexphp?replies=6)
 * Screenshoot : [https://i.imgsafe.org/cfb03cbbc7.png](https://i.imgsafe.org/cfb03cbbc7.png)
 * Any suggestion about the CSS / or… ?
 * Thank you
 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/featured-post-without-pic-image/#post-7694357)
 * That’s the default position for the flexslider nav buttons. Normally you have
   the title there with a white background, and the buttons have a white background,
   so they blend together. Since your searchbar has a grey border bhe buttons overlay
   it. You could try setting the button background to transparent:
 *     ```
       #flexslider-featured .flex-direction-nav a {
           background: transparent;
       }
       ```
   
 *  Thread Starter [bebibu](https://wordpress.org/support/users/bebibu/)
 * (@bebibu)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/featured-post-without-pic-image/#post-7694358)
 * And this is the result :
 * PC : [https://i.imgsafe.org/d2e6d9de0f.png](https://i.imgsafe.org/d2e6d9de0f.png)
   
   Mobile : [https://i.imgsafe.org/d2f2f45f07.png](https://i.imgsafe.org/d2f2f45f07.png)
 * i think the mobile version is better than pc version. Mobile version have a proper
   space. Its all good but i wonder if any code to make pc version as good as mobile
   version.
 * Thank you 🙂
 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/featured-post-without-pic-image/#post-7694361)
 * You could try:
 *     ```
       .page-title {
           padding-bottom: 30px;
       }
       ```
   
 *  Thread Starter [bebibu](https://wordpress.org/support/users/bebibu/)
 * (@bebibu)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/featured-post-without-pic-image/#post-7694368)
 * great its work. case closed.
 * Thank you, bdbrown.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Featured Post Without Pic / Image’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hueman/3.7.27/screenshot.png)
 * Hueman
 * [Support Threads](https://wordpress.org/support/theme/hueman/)
 * [Active Topics](https://wordpress.org/support/theme/hueman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hueman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hueman/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [bebibu](https://wordpress.org/support/users/bebibu/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/featured-post-without-pic-image/#post-7694368)
 * Status: resolved