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;
}
.page .entry-header time {
display: none;
}
-
- 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?
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?
-
- 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
Smith
-
- 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.
What exactly do you mean? override.css file is available in the Quark theme. Please check Quark/css directory.
-
- Moderator
- Joshua M
- Wed Nov 02, 2016 8:54 am
This is the content of your override.css file:
it should be:
Please use text editor with UTF-8 support.
- 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.
-
- Moderator
5 posts
• Page 1 of 1