Hi,
I would like to increase the font of the vendor name in the collection window,how can i do that ?
i am using dawn theme and the website is
Hi,
I would like to increase the font of the vendor name in the collection window,how can i do that ?
i am using dawn theme and the website is
Hi @mostafa123 , go to edit code > assets > base.css and add this:
.caption-with-letter-spacing{
font-size:15px!impoprtant;
}
Change number 15 with the value you’d like. Here is the result with 15px:
Unfortunately this didn’t work
Hi @mostafa123 , please add that piece of code at the beginning of the base.css file.