Why has my add to cart button vanished on my motion theme?

Hi there,

I am using motion theme 1 and the “add to cart” button disappeared!! Also, there is no style.css or custom.css file so I can add codes like:

form[action^="/cart/add"] .purchase-details__buttons #ergeergds[type=submit] {
    visibility: visible;
}

or

button.add-to-cart.button {
    display: block !important;
}

which I found as an answer to previously asked questions. Here is the link to a product on my website:

https://ronitatechnology.com/collections/product/products/patchcord-sca-sca-sm-sx-3-0mm-g657a1-lzsh-yellow

Help please!

1 Like

@Hanielli

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.add-to-cart {
    display: block !important;
}