Here is my form https://www.bunburyfabrics.com/pages/ns-test
I want it to match the buttons on my page with hover etc but when I attempt to add the following to my assets/styles.css.liquid I am not able to target a specific class, the only thing that seems to work is targeting the whole block.
For instance this works and will uppercase the button text, but will also uppercase the text in all 3 fields and the disclaimer text. The bold does not work and the font-size does not work at all or do not apply as I think they are not applicable to this block ID.
#shopify-block-ecc86ca6-0a04-4531-9ef2-8d8af21a3c99 {
text-transform: uppercase !important;
font-weight: bold !important;
font-size: 14px !important;
}
When I attempt to target the class it does not work at all
button._formSubmitButton_1ll8d_81 {
text-transform: uppercase !important;
font-weight: bold !important;
font-size: 14px !important;
}
The form itself you can only choose button color, you cannot specify hover or bold or anything like that. My goal is to make the form submit button match the button you see in my footer.