Editing product title highlight color in Dawn theme

Whats up guys,

I need help changing my product title background color its this awful brown for whatever reason and I cannot seem to change the highlighted background color to save my life!

my website url is www.allprowilmington.com

I want to make the background white and just can’t seem to find where to do that at and I am totally clueless with coding.

@ccoates96

yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.product-grid .card {
    background: #ffffff !important;

}
.card__heading, .card-information>.price {
    color: #000 !important;
}

Hi @Ccoates96

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

  1. Go to Online Store->Theme->Edit code
  2. Asset-> ->base.css paste the below code at the bottom of the file.

.card__information{

background:white !important

}

.card__information *{

color:black !important

}

Best Regards;

Pagefly

Worked perfectly, thank you!