how to remove the publish date in quark header?

Multipurpose WordPress Theme Forum Support
GK User
Thu Mar 30, 2017 6:40 am
Hi, can you please tell me how to remove the publish date, using WordPress CMS in the Quark template? And example: http://118.127.46.83/~horshamcoc/welcome/ all pages need this date removed but I'm only familiar with the Joomla version.
Thank you for your help.
User avatar
Expert Boarder

Joshua M
Thu Mar 30, 2017 8:21 am
Hi,

Try to dd the following custom css code:
Code: Select all
body.page .entry-header time {
  display: none;
}
User avatar
Moderator

GK User
Thu Mar 30, 2017 10:27 am
Excellent - worked like a charm. Thank you.
User avatar
Expert Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.