Options

Right Click Protection Code

Jingle ImagesJingle Images Registered Users Posts: 212 Major grins
edited August 7, 2013 in SmugMug Customization
Here is the Code for your own Custom Right Click Message
Insert message here in red

.sm-tooltip-content:after {
  content: '[COLOR="Red"]YOUR Message Here[/COLOR]';
  visibility: visible;
  display: inline-block;
  position: relative;
  background-color: #8a8585;
  width: 240px;
  height: 75px;
}

.sm-user-ui .sm-tooltip, .sm-user-ui.sm-tooltip {
  visibility: hidden;
}

Comments

Sign In or Register to comment.