How can I alter the color of a vendor name?

PFA, Marked vendor name in the picture how to change colour of vendor name

Hi, @Allthingsbaby ,
provide me your store URL so,
i can resolve your problem.
Thank You!

URL: https://allthingsbaby.com/collections/newly-arrived/products/clikk%E2%84%A2-travel-bag

Need to change colour of STOKKE ( Vendor Name). Want to change vendor name of all the collections

@Allthingsbaby ,
Which color you want to set.

#BDEDFF Robin Egg Blue

Add This code in top of theme.css file

.price__vendor dd a {
    color: #bdedff !important;
}

Thank You!

Don’t have theme.css file. We have theme.css.liquid

ok, add code in theme.scss.liquid file.

Thanks, it worked