Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hi,
I'm trying to apply custom css for font such as family, style, weight, but nothing applied other than font-family .
Also in Collection widget there is scroll by default, is there any way to customize the scroll.
.imgLabel{
font-family: "Montserrat", sans-serif;
font-weight: semi-bold 600 !important;
}
Kindly let me know how to apply css on fonts and for scroll in collections.
Thanks in advance
Hello,
You may need to call a custom CSS style sheet. Or as an alternative - you could use a Font Labeling extension (download from ThingWorx Marketplace official).
Cheers
RJ
Thank You RJ, I'll Try.