Page is partly in italic

Ciao everybody,

after setting up some pages with cornerstone, editing the functions.php, adding some plug-ins most of the text turned into italic.

I tried to alter this by using: css tags like
}
.h1 {
font-style: normal; !important;
}

but this seems not to help.

I also tried to find an em or i tag which is open with no success

what seems very interesting is that even the header of wordpress turned italic when editing a page.

any idea to change this without re-installing the theme and losing all the settings?

thanks in advance

Hi There,

Would you mind providing us with login credentials(by clicking on the Secure Note button at the bottom) so we can take a closer look? To do this, you can make a post with the following info:

  • Link to your site
  • WordPress Admin username / password

Thanks.

thank you thai.

Hi There,

Thank you I did check the site and yup something is strange is happening there. This issue should be address by turning off the BODY FONT ITALIC on the Theme Options > Typography but its not, would you mind switching to parent X Theme and turn off the BODY FONT ITALIC option.

If that does not work, please add this on your custom CSS

body {font-style: normal !important;}

Cheers!

thank you friech,
sorry, as you can guess I’m quite new to wordpress. :joy:

where can I find the theme options typography?
in customize -> typography there isn’t such an option.

however I’ve added the CSS which changed most of the italic.
only the titles of the products are still in italic.

cheers

When I use a text element and edit it to be a headline the text is still italic.

Hi there.

You should be able to find it in X > Launch > Options > Typography

Let us know how it goes.

Hi Friech,

yes, I have check this one already. it’s all in normal not italic, see scrnshot.

what I find quite strange is that I can’t change the font anymore as well…
I tried to change it to see if the error come from this side but no matter what typo I choose it always gives me the same…
could it be that I need to clear the cache or something?

the Headline seems to pull its css from somewhere else.

even though I have added this to the global css trying to make it style “normal” again…

Ok. I still don’t know what caused this italic craziness but I fixed it by adding .h and h css tags with normal font style to the css. I know this looks messy and I’m sure it could be written shorter but it solved the problem.
If anyone ever finds out what actually changed the font to italic, let me know so I can get rid off these extra css.
Somewhere I have read that an open div or i or em -tag somewhere can cause this problem.

this is the extra css I added:

h {font-style: normal; !important;}

.h {font-style: normal; !important;}

h1 {
font-style: normal; !important;
}
h2{
font-style: normal; !important;
}

h3 {
font-style: normal; !important;
}

h4 {
font-style: normal; !important;
}

h5 {
font-style: normal; !important;
}

.h5 {
font-style: normal; !important;
}

h6 {
font-style: normal; !important;
}

Hi There,

Please check your content for possible HTML syntax mistakes, like an unclosed tag, this type of error is the most common that leads the style of one item to influence the others item below it.

If you cant find, please point the specific page where you are facing the issue.

Thanks