Grid Font Color

How do you change the product title font color in grid view from the catagory page? The color shows up differently in the main grid view than it does in partial grid and list mode. I need them to be the same color in all views.

Thanks

Please add the following code to the CSS section of the Theme editor

.ty-grid-list__item-name .product-title {
    color: #465f73;
}