Removing Download Icon

Aaron JorsAaron Jors Registered Users Posts: 470 Major grins
edited November 18, 2013 in SmugMug Customization
Is there anyway to remove the download icon when viewing an image in the slideshow mode? I know it's easy for someone to do a screen grab but the icon seems to almost invite people to download the image which I don't really care for.

i-NFH7fJx-XL.jpg

Comments

  • denisegoldbergdenisegoldberg Administrators Posts: 14,336 moderator
    edited November 16, 2013
    If you are logged in you will always see the download button.

    If you are not logged in the download button will only show if you have Originals enabled for the image.

    --- Denise
  • beardedgitbeardedgit Registered Users Posts: 854 Major grins
    edited November 17, 2013
    Aaron Jors wrote: »
    Is there anyway to remove the download icon when viewing an image in the slideshow mode?
    I use the following code, in an "Entire Site" CSS content block, to get rid of all instances of the download icon, thus reducing screen-clutter. You could modify the selector to get it to apply only to slideshow mode:
    [COLOR=#aeaeae]/* Hide the Image Download Button */[/COLOR]
    [COLOR=#ff6400].sm-button[/COLOR][COLOR=#ff6400].sm-button-image-download[/COLOR]{
       [COLOR=#8da6ce]display[/COLOR]: [COLOR=#8da6ce]none
    [/COLOR]}
    
    Yippee ki-yay, footer-muckers!
  • Aaron JorsAaron Jors Registered Users Posts: 470 Major grins
    edited November 18, 2013
    Thank you both. I had originals enable since I only upload a lower res file.
Sign In or Register to comment.