How to add a color title to product title on homepage

Hi @liveinpeace2 ,

Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css file Add the provided code at the end of the file.

.contains-card--product .full-unstyled-link {
    font-size: 12px !important;
    max-width: 100% !important;
}

.contains-card--product .card-information {
    width: 30% !important;
    text-align: end !important;
}

.contains-card--product .card--standard>.card__content .card__information {
    display: flex !important;
    justify-content: space-between !important;
    align-items: baseline !important;
       padding-top: 1px !important;
}