Remove date from post and page

Responsive WordPress theme suitable for Schools, Colleges or educational websites.
GK User
Tue May 26, 2015 4:55 am
Hi

Could you help me!
I want to remove the date in the top of an article.... post or page... (like in the image below)

Thanks for your help
User avatar
Gold Boarder

GK User
Tue May 26, 2015 10:00 am
Hi,

Try to add the following custom css code:
Code: Select all
.single #gk-mainbody article > header > time,
.page #gk-mainbody article > header > time {
   display: none;
}
.single #gk-mainbody article > header,
.page #gk-mainbody article > header {
   padding-left: 0;
}
User avatar
Moderator


cron