Let Me In Box

WhiteFrameImagesWhiteFrameImages Registered Users Posts: 3 Big grins
Hi there, can someone help me. I want to change the 'Green' background colour of the Let Me In box to a darkish gray.
Is there a CSS code I can use?

Many thanks for your help.

Peter
Tagged:

Comments

  • rainforest1155rainforest1155 Registered Users Posts: 4,566 Major grins

    Hi Peter,
    Could you include a link to the specific page you'd like to make changes to so that the customization helpers could take a closer look.

    Sebastian
    SmugMug Support Hero
  • WhiteFrameImagesWhiteFrameImages Registered Users Posts: 3 Big grins
    Hi Sebastian,
    Many thanks for getting back to me so quickly. I have included a link below to a typical page.
    You will see that the background to 'LET ME IN' is green all I want to do is to change this to say, a dark gray. Is there a CSS code I can enter?

    Any assistance will be appreciated.

    http://www.wfi7.com/Black/B100
  • AllenAllen Registered Users Posts: 10,007 Major grins
    edited August 9, 2017

    Try this

    #sm-node-password .sm-button{
    background: #444
    }
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • WhiteFrameImagesWhiteFrameImages Registered Users Posts: 3 Big grins
    Allen, You are a star, works perfectly and just the colour I wanted. 10/10
  • denisegoldbergdenisegoldberg Administrators Posts: 14,220 moderator
    edited August 9, 2017

    @WhiteFrameImages said:
    Allen, You are a star, works perfectly and just the colour I wanted. 10/10

    You might want to change that to:

    #sm-node-password .sm-button{
          background: #444;
          border-color: #444;
        }
    

    As it is right now there is a thin border of green around that button.

Sign In or Register to comment.