cancel
Showing results for 
Search instead for 
Did you mean: 

customize widget backround and header

gyanianand
8 - Cloud Apps
8 - Cloud Apps

dashboard.on('widgetinitialized', (el, args) => {
$('widget-header')
.css('background-color', '#E8E8E8')
.css('font-weight', 'bold');

$('.widget-title__holder')
.css('font-size', '16px');
});

0 REPLIES 0