Why is my 'Add to Cart' button invisible on my website?

My ‘Add to cart’ button is not showing up. Only “buy it now”. The button is there, you can click on it, but it is invisible.

I have tried several suggestions already posted in other discussions and nothing has worked, please help!

Site: www.marilynbean.com

Hi @Marilynbean

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

-Go to Online Store->Theme->Edit code

-Asset-> timber.scss paste the below code at the bottom of the file.

#AddToCart–product-template{color:black !important}

Best Regards;

PageFly

Hello @marilynbean ,

Add this css at the bottom of the file theme.scss.liquid

button#AddToCart--product-template {
    color: #fff;
    background-color: #000;
}

Thanks

thank you!

hello i tried this but it did not work for me. would you mind taking a look please. wonby1ne.com