Options

Replace Download Button with "Download"

lifeinfocuslifeinfocus Registered Users Posts: 1,461 Major grins
edited September 15, 2014 in SmugMug Customization
I had replaced the download icon/button with this word "Download". Some how I lost that update. Now I can't remember how to change it and where to make the css change.

It is entire site, galleries or theme?

Add what is the code?

I have searched New Customizations and looked at sticky and some websites with code. But can't find answers to above.

Thanks in advance.

Phil
http://www.PhilsImaging.com
"You don't take a photograph, you make it." ~Ansel Adams
Phil

Comments

  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited September 15, 2014
    I have this in "all galleries" CSS.
    .sm-button.sm-button-image-download:after {
        content: " Download" !important; z-index:99!important;
    }
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    lifeinfocuslifeinfocus Registered Users Posts: 1,461 Major grins
    edited September 15, 2014
    Allen wrote: »
    I have this in "all galleries" CSS.
    .sm-button.sm-button-image-download:after {
        content: " Download" !important; z-index:99!important;
    }
    

    Thanks much. That did it!

    Phil
    http://www.PhilsImaging.com
    "You don't take a photograph, you make it." ~Ansel Adams
    Phil
Sign In or Register to comment.