Grid Enhanced widget is not taking Font Size from Custom Style Theme
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Grid Enhanced widget is not taking Font Size from Custom Style Theme
Hello Guys,
I want to increse the font-size of GridEnhanced Main Text (Base). I created a custom style theme to acheive this. But Font Size is not getting incresed . The effect is taking place for Grid widget only..
I wrote custom css also but it's not working .
.custom-grid-style .gridheadercell span { font-size: 16px; /* Replace with your desired font size */ }
#GridEnhanced-4 .tw-grid-label .cell-content { font-size: 40px !important; }
.widget-dhxgrid div.gridbox_material.gridbox table.obj tr td {
font-size: 12px;
}
Would really apperciate your help in this topic.
Solved! Go to Solution.
- Labels:
-
Design
-
Mashup-Widget
- Tags:
- Customcss
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello @RK_10025077 ,
I assume you are referring to Grid Advanced Widget in ThingWorx. So to make any Custom changes or custom style theme work on a grid, check the 'Use Theme' option under the grid properties.
Thenafter, can either use the below CSS to change the font of grid:
font-size: 100px; }#root_gridadvanced-3-grid-advanced .objbox table tbody tr.ev_material td {
font-size: 100px;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello @RK_10025077 ,
I assume you are referring to Grid Advanced Widget in ThingWorx. So to make any Custom changes or custom style theme work on a grid, check the 'Use Theme' option under the grid properties.
Thenafter, can either use the below CSS to change the font of grid:
font-size: 100px; }#root_gridadvanced-3-grid-advanced .objbox table tbody tr.ev_material td {
font-size: 100px;