Why is my order instruction and quantity tab turning white?

Im having issue with my order special instruction an

d quantity tab being white. Need Help!

1 Like

Hi @Aymannoorani1

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

https://m2q0dunhtgcov5hv-67148808432.shopifypreview.com

I don’t think there is a pass let me know if their is

1 Like

Thanks for the info, try this one

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
quantity-input.quantity.cart-quantity * {
    color: black;
}

Hi @Aymannoorani1

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css

.quantity.cart-quantity * {
    color: #000 !important;
}

Hope you find my answer helpful!
Best regards,
Richard | PageFly