All fonts italic

Hello X theme,

I need to make a theme options duplicate of an other site i made with X.

After importing the options from the other site all fonts are italic. I also see it in the css code but i didn’t select it in the options and can’t find how to make it normal.

Can you help me out?

Hi there,

I have tested on my installation and I was able to replicate this issue in the Theme Options export.

I have added this to our issue tracker for our developers to look into.

For the meantime, please add this code in the global CSS as a workaround:

body {
    font-style: normal  !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-style: normal  !important;
}
.x-navbar .x-nav-wrap .x-nav > li > a {
     font-style: normal !important;
}

Thanks for reporting this!

Cheers!

Thx for the fix!

You are welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.