Hello JQWidgets Team –
Thanks for hosting such a valuable forum. I’m new to your product line and I’m very impressed with the support!
In addition to being new to JQWidgets, I’m also new to JavaScript/CSS, so my apologies in advance if my question is a bit ignorant…
I have successfully overridden the font size for the caption on a jqx-gauge in my main index.css as is shown below:
.jqx-gauge-caption
{
font-size: 30px !important;
}
From everything I’ve read, this is effective but poor code. I’ve tried it without the “!important”, but the change doesn’t win according to the cascading rules… I’m happy to specify an id for my jqx-gauge if that will “increase my specificity”, but I’m at a bit of a loss as to how to add that to the CSS and thought I’d ask!
Thanks in advance – doug.