Site logo

Archived topic

footer widget font remains italic and won't change

3 replies · Started by Cynthia on November 7, 2020

Viewing posts 1–4 of 4

The font style is set to "none" for the widget content in the Customize panel under Typography, but it won't change.

When inspecting the content element I found this:

cite, dfn, em, i{
font-style:italic;
}

When I try to insert that same css and rewrite it as font-style:none, it still won't change.

It seems to be hard coded somewhere. [ site in question is under private information ]

Hi there,

try this CSS:

cite, dfn, em, i{
    font-style: normal !important;
}

THANK YOU! IT WORKED!!

Glad to be of help

This archived topic is closed to new replies.