Why isn't the 'Add to Cart' button showing on my product page?

in my Product Page

Add to cart don’t show it replaced by ask me a question

it’s link of product page
https://soliikids.com/collections/organic/products/swaddle-towel-2

Hi @MakkinIbrahim ,

I think the problem is in the theme you’re using. It’s showing for all of the products. I would contact the developer of the theme if it’s paid. If it’s a Shopify default theme, you will need to contact them. You can, for sure, insert the code for add to cart button to the product file but I don’t recommend this since the theme might be changed.

@MakkinIbrahim

  1. In your Shopify Admin go to: online store > themes > actions > edit code

  2. Find Asset > pre_theme.min.css and paste this at the bottom of the file.

.catalog_mode_true #callBackVariant_ppr {
    display: block !important;
}

Thanks!