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;
}
}
Solved! Go to Solution.
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
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
It works! Thank you