Changing the font color of a uploaded product carousel

Need help with fixing the font color on this carousel I’ve tried basically all the codes I know but couldn’t change the font color to black. My link is https://osiris-tech-hub.myshopify.com/ and the password is taucau

@gojofan

I can’t see any font in the carousel, you mean this.

@gojofan , do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > base**.css** and paste this at the bottom of the file:
.carousel-cell *{
    color: #000 !important;
}

You can replace #000 for any hex color.

Kind regards,
Diego