Why is the submit button invisible on my contact form?

Hi,

I am using the Narrative theme for my store and I have been using the regular contact us form page.

Everything was working fine with this page then the submit button suddenly became invisible. The button is still there, you can hover your mouse over it click the button and it will submit the form, you just cant physically see it.

My URL is:

Can anyone help me with this?

Thanks in advance

Hello @conformer ,

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.scss.liquid-> paste bellow code in bottom of file
input[type=submit].btn {
    background: #000;
}

If you want you can change color code a/to your need (#000)

Thanks

1 Like

@Guleria Brilliant this worked, thank you so much.

Hi @Guleria ,

I wonder if you can help on my product page when I add the product to my cart, the view cart button has no border around it making it not look like a button.

I have attached a photo for your convenience.

Us this css

.btn--secondary::after {
    border: solid 2px;
    border-radius: 20px;
}

Hi Guleria,

I am using the Broadcast theme and my buttons are missing in following pages:

Submit button here: https://fabricca-designs.myshopify.com/pages/franchise-wholesale-request

Submit button here:https://fabricca-designs.myshopify.com/pages/contact

And also in this page, I am not able to what is written in the black button here: https://fabricca-designs.myshopify.com/collections/wired-headbone/products/pinka-ci-telli-headbone?variant=44355368321345

Could you please help me?

Thank yu a lot!!!

Dilara