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.

