Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. 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.