Options

Right Click Message - Customization to Personalize RCP

WinsomeWorksWinsomeWorks Registered Users Posts: 1,935 Major grins
edited October 30, 2015 in SmugMug Customization
I've tried implementing a couple different codes in my site-wide CSS to personalize the Right Click message that pops up on my photos. But I've not been able to get them working. I'm getting a little tiny square of blue-violet color with no message when I right-click. I'm not sure what I'm doing wrong. This is the original code I used, & I just put my message in there instead of the one that's there. Has this code been updated somewhere that I haven't found? Or maybe I have another customization that's interfering with it. Not sure.
/* Custom Right-Click Protection */ .sm-user-ui .sm-right-click-message:after {   content: 'YOUR Message Here!'; }  /* Disable the default Right Click Protection Message */ .sm-user-ui .sm-right-click-message .sm-tooltip-content {   display: none; }

I had tried this one as well: (I wasn't really sure when to use which one, or how to decide, because I'm not sure what a "Tooltip" is.)
/* Change the Right Click Protection Text */ .sm-user-ui .sm-right-click-message:after {   content: 'YOUR Message Here';   visibility: visible;   display: inline-block;   position: relative;   background-color: #8a8585;   width: 240px;   height: 75px; }  .sm-user-ui .sm-right-click-message .sm-tooltip-content {   display: none; }
Anna Lisa Yoder's Images - http://winsomeworks.com ... Handmade Photo Notecards: http://winsomeworks.etsy.com ... Framed/Matted work: http://anna-lisa-yoder.artistwebsites.com/galleries.html ... Scribbles: http://winsomeworks.blogspot.com
DayBreak, my Folk Music Group (some free mp3s!) http://daybreakfolk.com

Comments

Sign In or Register to comment.