Hi, I am using dawn 10 and and i was wondering how can i make the vendor name appearing in product page bigger and bold?
Thanks alot x
Hi, I am using dawn 10 and and i was wondering how can i make the vendor name appearing in product page bigger and bold?
Thanks alot x
Glad to help. Can you share the link to your website?
Hi, @SBT .
Follow These steps,
Go to the online store theme and go to base.css file paste the code mentiond below.
.product__info-container>*:first-child {
font-size: 18px !important;
font-weight: 600 !important;
}
Result
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
thanks for your reply. but that didnt really work.
would you happen to know why? also if i want to change the colour, how can i do that?
Thanks in advance