ECToo / wp-constructor

Automatically exported from code.google.com/p/wp-constructor
0 stars 0 forks source link

How do I get rid of the Date on each one of my pages? #97

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What version of the ... are you using?
1. Wordpress: 3.0
2. Constructor: 1.0.1
3. PHP:
4. Browser:IE
5. OS:Windows

What URL of your blog(s)?
1. http://new.weekslaw.com

Please provide any additional information below.
I can't seem to do it. Tried deleting the PHP stuff from the Page.php. Nothing. 
Help!

Original issue reported on code.google.com by davidkan...@gmail.com on 20 Jul 2010 at 7:56

GoogleCodeExporter commented 9 years ago
In your Style.css file, find the following and add "display:none;" to see if 
you can hide the display via the CSS. Good luck!

.list .date (line 524)
{
display:none;
position: absolute;
top: 12px;
right: 12px;
font-size: 1.2em;
font-weight: 600;
}

Original comment by angelayo...@gmail.com on 20 Jul 2010 at 10:21

GoogleCodeExporter commented 9 years ago

Original comment by AntonShe...@gmail.com on 2 Aug 2010 at 10:50