Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1051716
    mat_kinotek
    Participant

    Hi, Im not able to isolate the CSS for the ‘submit a quote’ button at the end of the form, on this page: http://cherrylaser.com/ .

    Please click on the ‘request a quote’ accordion and at the bottom of the form, you can see that the button is aligned to the left. I need it to be width 100% and different background color, but I’n not able to isolate that specific button.

    I’m trying with

    input.btn.btn-default {
    width 100%;
    }

    but that changes the width to the all the other buttons as well.

    please help!

    #1052002
    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    You can try this code instead.

    
    .caldera-grid .row.last_row #fld_8798970_1 {
        width:100%;
        background-color:red;
    }
    

    Hope that helps

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