Integrity Footer Font Stroke

Hello,

In the footer section, the font has a white outline (stroke) affect. Not sure what caused it.

Thank you,
Robert

Hello Robert,

Thanks for writing in!

Please check your page and make sure that it is in the footer or inside the section. If you are using a text element, you might have enabled the text shadow in the settings.

If the text in questioned is indeed in the footer, then you will need to add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.widget {
    text-shadow: none !Important;
}

Hope this helps. Please let us know how it goes.

It was indeed in the footer. That CSS code worked!

Thanks a bunch

We are delighted to assist you with this.

Cheers!

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