how to delete or hide the date format below title

Multipurpose WordPress Theme Forum Support
GK User
Tue Nov 01, 2016 3:23 pm
hi,I copy the code blow to override.css,but its not effect,please advice,thanks

.page .entry-header time {
  display:  none;
}
User avatar
Junior Boarder

Joshua M
Tue Nov 01, 2016 9:33 pm
Hi,
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

GK User
Wed Nov 02, 2016 8:05 am
hi,I found a plugin can realize, but is the best that you can tell me why the override.css is not available,thanks,

Smith
User avatar
Junior Boarder

Joshua M
Wed Nov 02, 2016 8:51 am
Hi,
What exactly do you mean? override.css file is available in the Quark theme. Please check Quark/css directory.
User avatar
Moderator

Joshua M
Wed Nov 02, 2016 8:54 am
This is the content of your override.css file:
Code: Select all
*page .entry-header time {
  display:  none;
}
 
 /* Here you can put your CSS modifications using the Child Theme */


it should be:
Code: Select all
 /* Here you can put your CSS modifications using the Child Theme */

 .page .entry-header time {
     display: none;
 }

Please use text editor with UTF-8 support.
User avatar
Moderator


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