Were is bottom CSS at?

mrhonimrhoni Registered Users Posts: 173 Major grins
edited October 9, 2014 in SmugMug Customization
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.

Comments

  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited October 9, 2014
    mrhoni wrote: »
    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.
    The bottom CSS you refer to in Legacy Smug was actually the bottom javascript box.
    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.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • mrhonimrhoni Registered Users Posts: 173 Major grins
    edited October 9, 2014
    Allen, I've seen that but it is empty. The message appearing on a right click matches what my notes tell me I had put into the Bottom CSS

    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;
    }
  • denisegoldbergdenisegoldberg Administrators Posts: 14,373 moderator
    edited October 9, 2014
    mrhoni wrote: »
    Allen, I've seen that but it is empty. The message appearing on a right click matches what my notes tell me I had put into the Bottom CSS
    As Allen said, there is no bottom CSS. You might check the CSS for your theme. Or maybe you added a CSS block to Entire Site.

    --- Denise
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited October 9, 2014
    On NewSmug you drag a CSS content block to a page. You can choose "entire site", "homepage", "all folders", etc.
    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.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • mrhonimrhoni Registered Users Posts: 173 Major grins
    edited October 9, 2014
    Found it. It was in the Entire Site. I had a CSS block at the bottom. I had checked Entire Site, but I didn't see that CSS at the bottom as I only noticed the CSS block at the top.
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited October 9, 2014
    In the right flyout below those "where" picks is a section that shows all block on the page. As you hover
    each the block out on the page will highlight. You would of seen two CSS blocks there.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • mrhonimrhoni Registered Users Posts: 173 Major grins
    edited October 9, 2014
    Yes, just wasn't paying attention and wasted everyone's time.
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited October 9, 2014
    mrhoni wrote: »
    Yes, just wasn't paying attention and wasted everyone's time.
    Never a waste of time. Someone else will probably read all this and will learn something.
    Al - Just a volunteer here having fun
    My Website index | My Blog
Sign In or Register to comment.