Can I change vendor color in the Impulse theme?

Hello, I am using the impulse theme and I would like to know whether I can change the color of the vendor which is below every product name on my collection pages. Thank you!

@Leon222

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

Hey, here´s the URL: https://chappier.store

Thank you!

@Leon222

thanks for url can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.grid-product__vendor {
    color: #ffc520; /* change color as you like */
}