Were is bottom CSS at?
mrhoni
Registered Users Posts: 173 Major grins
I had some code in the older Smugmug in the Bottom CSS area. Now I can't find that area in the new Smugmug. I used that area for a right click protect message and I want to change that message.
0
Comments
That was where the RCP message was placed.
On NewSmug click your little photo upper right and click Account Settings.
Click Privacy of left.
Scroll down to Right-Click Message.
My Website index | My Blog
Here is my notes
.sm-page-powered-by a { display: None; }
/* Right Click Protection code */
/* Your Message */
.sm-user-ui .sm-right-click-message:after {
content: 'If you love this photo, use Contact from the menu to inquire about purchasing';
}
/* To Block SM Message */
.sm-user-ui .sm-right-click-message .sm-tooltip-content {
display: none;
}
/* used for changing background-color and Radius AND color of Text In some Themes */
.sm-user-ui .sm-right-click-message {
background-color: #fff;
border-radius: 10px;
box-shadow: -4px 5px 10px #000;
color: black;
}
http://mrhoni-photography.com
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
that the CSS block will apply on. This block can be anywhere on a page except the header so "bottom" doesn't really apply.
I think Smug added the RCP setting to the Account Settings after that CSS you posted was originally created. Not sure.
You have to fill in that empty block, that's what it is for.
My Website index | My Blog
http://mrhoni-photography.com
each the block out on the page will highlight. You would of seen two CSS blocks there.
My Website index | My Blog
http://mrhoni-photography.com
My Website index | My Blog