Topic: Resolved: removing date and comment count from Thumbnails
I have been pulling my limited hair out trying to find out how to do this. I am sure it is extremely easy and I am extremely stupid. ![]()
Last edited by jdk (2010-09-09 03:29:18)
Arras WordPress Theme Community Forums
Community support for Arras and other WordPress projects
You are not logged in. Please login or register.
Arras 1.5.2-RC2 Now Available: Download Here
Forum Rules: Please ensure that you have clearly read and understood the forum rules before posting.
User Confirmations / Password Reminders: Please check your spam folder before emailing for help if you have not received the confirmation or password reset emails.
Arras WordPress Theme Community Forums → General Help → Resolved: removing date and comment count from Thumbnails
I have been pulling my limited hair out trying to find out how to do this. I am sure it is extremely easy and I am extremely stupid. ![]()
Last edited by jdk (2010-09-09 03:29:18)
I've fixed it by adding the following into the stylesheet to override.
.posts-default .entry-meta, .posts-quick .entry-meta {
background:none repeat scroll 0 0 #000000;
color:#CCCCCC;
display:block;
float:left;
font-weight:700;
height:25px;
margin:-25px 0 0;
opacity:0;
}I changed the opacity from 70 to 0
The system will still be making the calls but the opacity will be hiding them. I am not sure which file has the calls in it.
Needs someone smarter than me.
Last edited by jdk (2010-09-08 04:23:04)
Drop this in user.css:
.posts-default .entry-meta, .posts-quick .entry-meta { display: none; }
Brilliant! Works a treat.
My fix didn't work in IE but your one did
Drop this in user.css:
.posts-default .entry-meta, .posts-quick .entry-meta { display: none; }
This doesn't seem to work in 1.5.0.1 ??? Any ideas....
extatix wrote:Drop this in user.css:
.posts-default .entry-meta, .posts-quick .entry-meta { display: none; }
This doesn't seem to work in 1.5.0.1 ??? Any ideas....
It is now working. Must have been a cache issue in the browser.
how could we still show just the comments, and get rid of the date?
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 9 official extensions. Copyright © 2003–2009 PunBB.
Generated in 0.037 seconds, 12 queries executed