Customisation of SmugMug contact form

webwigmanwebwigman Registered Users Posts: 13 Big grins
edited February 6, 2014 in SmugMug Customization
Is there any way to customise the SmugMug contact form to fit in with the style of the rest of my site? New style SmugMug http://www.andrewboschierphotography.co.uk

Comments

  • denisegoldbergdenisegoldberg Administrators Posts: 14,373 moderator
    edited February 6, 2014
    I can't remember who supplied this CSS. I have it in a CSS block on entire site. The contact form is still black but with a light gray overlay on the rest of the page instead of all black.
    /* change background of contact form from black to light */
    /* change site overlay for contact form */
    .sm-nui .yui3-widget-mask, .sm-nui .yui3-overlay-mask {
    background-color: #a9a9a9;
    }
    
    .yui3-widget-mask, .yui3-overlay-mask {
    -ms-filter: "alpha(opacity=40)";
    filter: alpha(opacity=40);
    opacity: .40;
    }
    
    --- Denise
  • webwigmanwebwigman Registered Users Posts: 13 Big grins
    edited February 6, 2014
    Thanks again Denise, you always seem to be the first with the answers. I am also considering putting a styled Wufoo form on there with more specific questions.
Sign In or Register to comment.