Hello,
I would like to change the brand title under each product to bold on my collection pages on mobile view… is this possible please?
Thank you
Hello,
I would like to change the brand title under each product to bold on my collection pages on mobile view… is this possible please?
Thank you
@Endlessretro yes possible you need to add this css in theme.min.css file
.product-collection__more-info.mb-3 a {
font-weight: bold;
}
@NileshTejani thank you so much