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; }
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