PDA

View Full Version : cancelling 'last updated' on pages?


I Simonius
Apr-13-2006, 04:22 PM
I know Ive seen it but have spent ages looking for it but cannie find it - how do I go about globally cancelling the 'last updated' message on galleries and homepage?

{JT}
Apr-13-2006, 04:52 PM
I know Ive seen it but have spent ages looking for it but cannie find it - how do I go about globally cancelling the 'last updated' message on galleries and homepage?

If you are a power or pro user you can use CSS to hide; here is the code:

p.updated {
display: none;
}

This goes into your CSS box on your customization panel.

I Simonius
Apr-14-2006, 01:47 AM
If you are a power or pro user you can use CSS to hide; here is the code:

p.updated {
display: none;
}

This goes into your CSS box on your customization panel.


Are you sure? OOOh errr.. I'll give it a try... :worried:fingers in mouth:

DID IT!
Hey cool it worked - cheers!

I Simonius
Apr-14-2006, 02:30 AM
Are you sure? OOOh errr.. I'll give it a try... :worried:fingers in mouth:

DID IT!
Hey cool it worked - cheers!

BTW does this mean that now my site won't be rated via the latest pics in the new browse and rate thingy?

bwg
Apr-14-2006, 03:03 AM
BTW does this mean that now my site won't be rated via the latest pics in the new browse and rate thingy?
no

SloYerRoll
Feb-27-2007, 11:40 AM
Tried inputting the CSS code below into my site w/ no results.

http://jbritt.smugmug.com/Family

I have a power account in case you were gonna ask.

Here's what the CSS looks like input into the SM CSS box:

.........no-repeat;
}

p.updated {
display: none;
}

.caption {................

Any ideas why this isn't working?

-Jon

richW
Feb-27-2007, 11:55 AM
p.updated {
display: none;
} Any ideas why this isn't working? -Jon You might have to add !important.
p.updated {display: none !important;}

SloYerRoll
Feb-27-2007, 12:14 PM
You might have to add !important.
p.updated {display: none !important;}
!important t is!
Thanks Rich. Worked like a charm!

I can barely fathom how much this companion site has helped in SM sales!