Skip to main content
15-Moonstone
May 12, 2025
Solved

Thingworx grid CSS

  • May 12, 2025
  • 1 reply
  • 516 views

In Thingworx 9.6 , below code works for grid headers. Please help me with part detail and code that effects font inside each grid cell

 

@supports (ptcs-style-unit: "PTCS-CORE-GRID") {
[part=header-label] {
font-weight:700 !important;
font-size:14px !important;
}
}

Best answer by PEHOWE

Hello @krishnakomal123 ,

 

Thank you for providing the starting CSS. Starting with that I constructed what I believe answers your request.

I have updated the Article - CS439465 - ThingWorx Web Components Customization with CSS
Please test and let me know if it meets your requirement.

 

Regards,

Pehowe

 

1 reply

PEHOWE17-PeridotAnswer
17-Peridot
May 13, 2025

Hello @krishnakomal123 ,

 

Thank you for providing the starting CSS. Starting with that I constructed what I believe answers your request.

I have updated the Article - CS439465 - ThingWorx Web Components Customization with CSS
Please test and let me know if it meets your requirement.

 

Regards,

Pehowe

 

15-Moonstone
May 14, 2025

It works! Thank you