cancelling 'last updated' on pages?

I SimoniusI Simonius Registered Users Posts: 1,034 Major grins
edited February 27, 2007 in SmugMug Support
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?
Veni-Vidi-Snappii
...pics..

Comments

  • {JT}{JT} Registered Users Posts: 1,016 Major grins
    edited April 13, 2006
    Simon King wrote:
    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 SimoniusI Simonius Registered Users Posts: 1,034 Major grins
    edited April 14, 2006
    {JT} wrote:
    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!
    Veni-Vidi-Snappii
    ...pics..
  • I SimoniusI Simonius Registered Users Posts: 1,034 Major grins
    edited April 14, 2006
    Simon King wrote:
    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?
    Veni-Vidi-Snappii
    ...pics..
  • bwgbwg Registered Users, Retired Mod Posts: 2,119 SmugMug Employee
    edited April 14, 2006
    Simon King wrote:
    BTW does this mean that now my site won't be rated via the latest pics in the new browse and rate thingy?
    no
    Pedal faster
  • SloYerRollSloYerRoll Registered Users Posts: 2,788 Major grins
    edited February 27, 2007
    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
  • richWrichW Registered Users Posts: 941 Major grins
    edited February 27, 2007
    SloYerRoll wrote:
    p.updated {
    display: none;
    }
    Any ideas why this isn't working? -Jon
    You might have to add !important.
    p.updated {display: none !important;}
  • SloYerRollSloYerRoll Registered Users Posts: 2,788 Major grins
    edited February 27, 2007
    richW wrote:
    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!
Sign In or Register to comment.