Options

Email Form on Share Button

jumpingrocksjumpingrocks Registered Users Posts: 9 Big grins
edited January 22, 2014 in SmugMug Customization
Does anyone know if you can -
1) remove the email button when you select share symbol?

OR if I can't

2) Change text on the "send an email" form - I wan to remove this:
"The address book is available
to SmugMug customers.
Already a customer? Log in.
Not yet? Sign up for a free trial!"

Thanks !
:bow
Matthew Lovette
Jumping Rocks Photography

Comments

  • Options
    Smug EricSmug Eric Registered Users, Retired Mod Posts: 333
    edited January 21, 2014
    This in a css box should do it:

    #ShareEmail {
    display: none;
    }
    Eric
    Support Hero and Customeister
    http://www.smugmug.com/help
  • Options
    jumpingrocksjumpingrocks Registered Users Posts: 9 Big grins
    edited January 22, 2014
    Smug Eric wrote: »
    This in a css box should do it:

    #ShareEmail {
    display: none;
    }

    Thanks so much Eric!!- but this did not work for me, the email is still popping up under share. I put the code here: Entire Site, then Theme, Then Advanced then CSS. Did I put that piece of code in the right place??
    Matthew Lovette
    Jumping Rocks Photography
  • Options
    Smug EricSmug Eric Registered Users, Retired Mod Posts: 333
    edited January 22, 2014
    It might need to be added like this:

    #ShareEmail {
    display: none !important;
    }

    And just putting it in a css box on the gallery or entire site level should work.
    Eric
    Support Hero and Customeister
    http://www.smugmug.com/help
  • Options
    jumpingrocksjumpingrocks Registered Users Posts: 9 Big grins
    edited January 22, 2014
    Still not working , but thanks so much anyway for helping!
    Matthew Lovette
    Jumping Rocks Photography
Sign In or Register to comment.