Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1148750
    sunship
    Participant

    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

    #1148919
    Jade
    Moderator

    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.

    #1149061
    sunship
    Participant

    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?

    #1149254
    Friech
    Moderator

    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!

  • <script> jQuery(function($){ $("#no-reply-1148750 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>