equinestaff
Member
Posted 7 months ago #
Hi, I'm using the multi-color theme and i have been trying to remove the date from it- the e.g. at the bottom of all pages where it says Posted on May 9, 2012 by , Reply , Edit ...
Any ideas- i have looks all through the editor and couldn't find anything.
Thanks in Advance.
Easiest way is to use CSS and "display: none;" to effectively remove that line from your site. But without seeing the site, impossible to be specific about where to add that code.
equinestaff
Member
Posted 7 months ago #
There are two dates- http://racingjobs.org/ one up the top and one down the bottom under horse Jobs and Horse Racing.
Thank you for helping me.
If you want to remove that entire line, you can try adding this to your style.css file:
.entry-meta {
display: none;
}
equinestaff
Member
Posted 7 months ago #
No luck, i added this at the bottom of the style.css file and both dates are still there, any other ideas woyld be wonderful.
They ARE gone -- try clearing your browser cache.
equinestaff
Member
Posted 7 months ago #
Awesome, thank you for your time.