"x-generated-css" Creating Unwanted Italics

Hi,

I have just set up a new website using Pro. I imported the Pro settings from another up-and-running website using Pro. All has gone well, except one odd problem.

All of my headings, menu items and footer text are in italic text. I have trawled through the Pro settings and cannot find the location of the setting.

Inspecting the CSS, I see the below line (very large line - I am just showing the first few bits of it). It is located immediately before my custom CSS generated through the Customizer.

style id=“x-generated-css”>a,h1 a:hover,h2 a:hover,h3 a:hover,h4 …

Do you have any ideas where the problem lies? I will send login credentials separately by private message.

Thanks,
Christopher

Hi Christopher,

We have an issue on our tracker similar to this one, I’ve updated it with your input here on that thread, although I don’t have an ETA for the update that will address this issue, you can add this CSS snippet in (Pro > Theme Options > CSS) to get a temporary fix of this issue:

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.

Hi Alaa,

I am glad it is not just me! Thank you for the temporary fix. Hopefully the proper fix will be with us very soon. This particular website is not ready to go live, so hopefully the proper patch will come through before then. I look forward to hearing when it is fully fixed.

Thanks,
Christopher

Hi Christopher,

We currently do not have an ETA when the fix for this bug will be released but you may keep track of the update through our changelog:

https://theme.co/changelog/

Thank you!

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