Make the background color selectable or have a transparent option. More color options and header fonts too.
2 Likes
Hi there, @user1521
Nice idea, thanks for sharing! We’ll try to consider this as an option in the settings, especially if this idea gets more votes.
As for now, here is a solution to make the background transparent - Make widget background transparent
I also agree that it would be awesome to have a setting for changing the title font and I’ve added a request for this too - Add an option to set title font
As for now, you can use this code in the Custom CSS field on the Settings tab of your widget’s settings to change the title font, font weight and color
.es-widget-title {
font-family: Times New roman;
font-weight: 400;
color:red!important;
}
2 Likes