Options

Eliminating Title background block

ParisParis Registered Users Posts: 126 Major grins
edited January 11, 2014 in SmugMug Customization
Hello,
I thought I solved this but it is back.

When I click a thumbnail the large photo has a translucent band that obscures the bottom of the photo.

I assume this is somehow connected to the 'title' block.

Can someone tell me how to get rid of the band.

Comments

  • Options
    jwashburnjwashburn Registered Users Posts: 476 Major grins
    edited January 11, 2014
    Paris wrote: »
    Hello,
    I thought I solved this but it is back.

    When I click a thumbnail the large photo has a translucent band that obscures the bottom of the photo.

    I assume this is somehow connected to the 'title' block.

    Can someone tell me how to get rid of the band.

    Try this in your theme CSS
    :root * > .sm-user-ui .sm-lightbox .sm-lightbox-panel, *:root * > .sm-user-ui .sm-lightbox .yui3-widget-hd .sm-lightbox-tools .sm-button, *:root * > .sm-user-ui .sm-lightbox .sm-lightbox-nav {
      background-color: rgba(255, 255, 255, 0);
    }
    
  • Options
    ParisParis Registered Users Posts: 126 Major grins
    edited January 11, 2014
    jwashburn wrote: »
    Try this in your theme CSS
    :root * > .sm-user-ui .sm-lightbox .sm-lightbox-panel, *:root * > .sm-user-ui .sm-lightbox .yui3-widget-hd .sm-lightbox-tools .sm-button, *:root * > .sm-user-ui .sm-lightbox .sm-lightbox-nav {
      background-color: rgba(255, 255, 255, 0);
    }
    

    You ROCK man. Thanks so much.
Sign In or Register to comment.