Hello
First of all i have tried several codes but they didnt work im afraid.
I want to change the font text on the vendor, see screenshot.
Is it possible to make the Christian Dior (Brand name bigger)
Thanks in advance. ![]()
@ZestardTech Hello, thanks for the answer, but this should be on the collection page. I was too quick and forgot that. Sorry. ![]()
Hope we find a solution. ![]()
Hi @Dekanten ,
Please use this Css as below
.caption-with-letter-spacing{
font-size: 15px;
}
Let me know if that works for you ![]()
Hello @Dekanten
.card__information .card__heading {
font-size: 15px;
}
@ThePixelEdge @ZestardTech I want to change the small product brand name with bigger letters, not the header so i have not been clear typed there. ![]()
Thanks guys for helping me out, the job is to make the small font bigger since its too small. ![]()
Hi @Dekanten ,
The Css that I have provided will only increase the font-size of the brand name and not the header .
.caption-with-letter-spacing{
font-size: 15px;
}
Please refer to the attached screenshot .
Let me know if that helps
Hi @Dekanten ,
Is this solve? If not try this one.
.caption-with-letter-spacing.light {
font-size: 18px;
}
Result:
Note: You can change the sizes.
I hope it help.
@ThePixelEdge I tried in the Base.css but my css has a bug or something, but i figured it out while searching the code and changed to 1.5rem.
See screenshot:
@ThePixelEdge @Made4uo-Ribe @ZestardTech Its done now and i have fixed it, many thanks to all of you for helping me out here. Great to have you here. ![]()