How to hide post meta data

Discussion in 'GoldenEagle WordPress Theme' started by fyiworld, May 10, 2018.

Tags:
  1. fyiworld

    fyiworld New Member

    Joined:
    Dec 22, 2012
    Messages:
    1
    Likes Received:
    0
    Trying to remove post meta data in Golden Eagle theme. Tried below CSS to no avail. Any suggestions? Thank you.
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .content-bar .post .post_meta .post_comment {
    display: none;
    }

    .content_wrapper .post .post_meta{
    display: none;}
    .ar_desc tr:nth-child(2)
    {
    display:none;
    }
     
    Last edited: May 10, 2018
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To remove post meta, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    ul.post_meta_front {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page