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!