Please could somebody advise me how to get the brand title in bold in collection pages on mobile

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

URL: https://endless-retro-22.myshopify.com/

@Endlessretro yes possible you need to add this css in theme.min.css file

.product-collection__more-info.mb-3 a {
    font-weight: bold;
}
1 Like

@NileshTejani thank you so much