[Resolved] footer widget font remains italic and won’t change

Home Forums Support [Resolved] footer widget font remains italic and won’t change

Home Forums Support footer widget font remains italic and won’t change

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1522156
    Cynthia

    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 ]

    #1522625
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

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

    THANK YOU! IT WORKED!!

    #1523316
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.