Tagged: x Author Posts August 26, 2016 at 3:23 pm #1148750 sunshipParticipant Hi, I’d like to make the email form background color rgba(0, 0, 0, 0.81) and also change the color/opacity of the button on this page only: http://kiermyer.com/new/closer-to-the-sun-landing-page/# I do not want to affect any of the other forms on other pages. How can I do this please? Thanks August 26, 2016 at 7:02 pm #1148919 JadeModerator Hi there, You can add this under Custom > CSS in the Customizer. .page-id-247 #x-section-1 .x-container:nth-child(3) #x-section-2 { background-color: rgba(0, 0, 0, 0.075) !important; } Hope this helps. August 26, 2016 at 8:06 pm #1149061 sunshipParticipant Thanks! Works great! …But I think you meant .75 on the opacity, not .075 🙂 Any way to also change the color/opacity of the button? August 26, 2016 at 10:46 pm #1149254 FriechModerator Hi There, You can use this almost the same selector but with the button class. .page-id-247 #x-section-1 .x-container:nth-child(3) #x-section-2 .submit { background-color: rgba(0, 0, 0, 0.075) !important; } Hope it helps, Cheers! Author Posts <script> jQuery(function($){ $("#no-reply-1148750 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In