Change the vendor size in my shop debut theme

Hi everyone!
How can i change the vendor size (in my shop)? Is too big . I use debut theme.

www.dakotarome.com

password: ciaodakota

I try this:

.product-card__title {
font-size: 18px; /* change number to change size */
font-weight: 700;

}

But nothing happends :disappointed_face:

Hi @Dakotarome

Try adding the following code at the bottom of your theme.css file:

.price__vendor.price__vendor--listing {
    font-size: 16px;
}

Let me know if that works for you!

Thank you very much @JHKCreate !!

I tried the code that you gave me but it doesnโ€™t work :disappointed_face: