Hi everyone!
How can i change the vendor size (in my shop)? Is too big . I use debut theme.
password: ciaodakota
I try this:
.product-card__title {
font-size: 18px; /* change number to change size */
font-weight: 700;
}
But nothing happends ![]()
Hi everyone!
How can i change the vendor size (in my shop)? Is too big . I use debut theme.
password: ciaodakota
I try this:
.product-card__title {
font-size: 18px; /* change number to change size */
font-weight: 700;
}
But nothing happends ![]()
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 ![]()