15-Moonstone
May 15, 2025
Solved
Grid widget Display feature CSS
- May 15, 2025
- 1 reply
- 1734 views
Sample grid css code :
@supports (ptcs-style-unit: "PTCS-CORE-GRID") {
[part=header-label] {
font-family: 'Segoe UI' !important;
font-weight:700 !important;
font-size:14px !important;
}
}
Please have a look at the attached Display feature to select columns of grid widget.I am using custom css because the font-family I need doesn't exist by default.
I would to change font-family for Display button and the blackened column options too for grid widget.I tried but no luck.Kindly provide me custom css for the same.

