Whole site is now in italics

Just installed the X theme.

Set up my basic “Theme Options”.

Then decided to setup demo content.

So I exported my Theme Options.

Then installed Agency theme.

Then checked that everything was alright - it was.

Then uploaded my Theme Options XCS.

Now all text is italics.

I did “Setup Demo Content” again to reset the theme.

Still everything in italics.

Any ideas?

Can I reset the whole thing? I haven’t gotten around to adding content yet.

1 Like

Hi Balling,

This is a known bug we have logged on our issues tracker and it will be fixed in one of the upcoming releases, unfortunately, I don’t have an ETA for the update that will address this issue. However, you can add this CSS snippet in (X > Theme Options > CSS):

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;
}

This should fix this issue.
Thanks.

Hi Alaa

That kind of fixed it, but there’s still something odd going on with the fonts.

In the Typography part of the Theme options I only have the option to choose “Inherit”.

Again, is there no way I can just reset the whole thing? Short of uninstalling WordPress itself…

Hi there,

It seems to be a related issue for the Font Manager. Please disable font manager and save the settings. Then enable it.

I suggest that you wait for the new release of the theme which will fix the settings import problem. Then please do the import to avoid future unexpected problems.

There is no ETA for the release date at the moment.

Thank you.

Thanks, that solved it.

Can’t wait for the new release, unfortunately, as I need the site up and running ASAP.

You’re welcome. Glad we could help.

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