Forum Discussion

ElementUX's avatar
ElementUX
Cloud Apps
05-04-2022
Solved

Change widget header background color

Trying to change the widget title background color.  I am using custom css code for card look.  The following widget code allows me to change border radius/color.  Trying to use similar "widget-hea...
  • harikm007's avatar
    05-05-2022

    ElementUX ,

    Remove the period (.) from '.widget-header'

    $('widget-header')
    .css('background-color','#f2f2f2');

    -Hari