Remove post meta data from Themia 2.2.1

Discussion in 'Themia WordPress Theme' started by rambler, Jul 20, 2017.

  1. rambler

    rambler Member

    Joined:
    Dec 28, 2011
    Messages:
    48
    Likes Received:
    0
    Hi
    A previous post (from several years back) said that post meta data (date, category and author) could be removed by adding the following code into custom CSS:
    .content-bar .post .post_meta {
    display: none;
    }
    This does not work in 2.2.1.
    Please could you provide some custom code for the latest version?
    Thanks
     
  2. akbar92

    akbar92 Support Staff Staff Member

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

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

    Code:
    .content_wrapper .side_content ul.post_info {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  3. rambler

    rambler Member

    Joined:
    Dec 28, 2011
    Messages:
    48
    Likes Received:
    0
    Hi Akbar
    Thank you for your very quick reply - unfortuneately this did not work. Client has now gone with another option so I am only posting feedback.
     

Share This Page