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!
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
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!
thanks for url can you try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
.grid-product__vendor {
color: #ffc520; /* change color as you like */
}