Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
lwileczek
Contributor III
Contributor III

Custom Theme Font Not Applied to Axis

Hello,

I created a custom theme so I could change the fonts in my application but the fonts won't change the axis. I'm not sure what I did wrong because it appears as if my font is set when I inspect the elemnt but nothing you can tell by the zeros "0"

Here is my css I applied.

#sheet-title * {

font-family: Franklin Gothic, Helvetica, Arial, sans-serif

/* font-size: 24px;

color: #000000 */

}

.qv-object * {

font-family: Franklin Gothic, Helvetica, Arial, sans-serif

}

.qv-object-title * {

font-family: Franklin Gothic, Helvetica, Arial, sans-serif

}

.qv-viz * {

font-family: Franklin Gothic, Helvetica, Arial, sans-serif

}

.qv-chart-component-axis * {

font-family: Franklin Gothic, Helvetica, Arial, sans-serif

}

.qv-listbox * {

font-family: Franklin Gothic, Helvetica, Arial, sans-serif

}

.qv-treemap * {

font-family: Franklin Gothic, Helvetica, Arial, sans-serif

}

.qvt-sheet {

    background: #ffffff !important;

}

2 Replies
ben_pugh
Creator
Creator

Not sure if it's helpful or not, but I have experienced a similar issue in QlikView - when I use the Theme Maker on a chart, all of my custom settings are applied to the theme except for the font on the dimension axis (expression axis is applied correctly). As far as I'm aware this is just how it works, and there's no way around it.

AronC
Partner - Creator II
Partner - Creator II

The axis is a canvas object. These are not affected by the changes in the css-file for the theme. Think it is really strange that Qlik has made it this way and allowing a theme that only modifies some parts.