Options

Remove "click to enlarge"

firefox13firefox13 Registered Users Posts: 64 Big grins
edited September 9, 2013 in SmugMug Customization
hI
My galleries are in collage landscape. When I hover on an image the caption shows but is partially hidden by the "click to enlarge" box.
Is there a way to remove the "click to enlarge" box on all galleries?

Comments

  • Options
    Jingle ImagesJingle Images Registered Users Posts: 212 Major grins
    edited September 9, 2013
    firefox13 wrote: »
    hI
    My galleries are in collage landscape. When I hover on an image the caption shows but is partially hidden by the "click to enlarge" box.
    Is there a way to remove the "click to enlarge" box on all galleries?

    this here needs to be done on css
    .sm-user-ui .sm-gallery .sm-tile-photo a:hover:after {
    display:none;
    }
    
  • Options
    firefox13firefox13 Registered Users Posts: 64 Big grins
    edited September 9, 2013
    this here needs to be done on css
    .sm-user-ui .sm-gallery .sm-tile-photo a:hover:after {
    display:none;
    }
    

    Thank you. Just what I needed.
Sign In or Register to comment.