post information showing on main blog page feature image

Discussion in 'Infoway WordPress Theme' started by reachops, Jan 14, 2016.

  1. reachops

    reachops New Member

    Joined:
    Sep 30, 2014
    Messages:
    16
    Likes Received:
    0
    Hello, where my feature image shows on the main post page it also displays the date, comments, tags, etc...How can I get it to just show the feature image only. Thanks.
    http://silhouettemb.com/blog/
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content-bar .post .box .post_meta {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page